- Edited
ryjobil ,
Okay...things are settling down again (maybe). So, I looked throughout the over-the-1500 lines of code in render.cpp.
I came up empty so far.
...
I have not found exactly where this specific set of lines are located. Um, are you sure they are in render.cpp? And if they are in render.cpp, which setup (This_Or_That)
function should I look to when looking for this specific set of calls.
Seth
P.S.
bool kot_set_bypass(klingon* kot, bool bypass)
{
if(!bypass)
{
if(kot->bypass)
kot->bypass = false;
else
{
kot->bypass = true;
}
}
else
{
kot->bypass = true;
}
return kot->bypass;
}
Is this it? I found this in klingon.cpp. Oh! Is it in this repo, https://github.com/transmogrifox/Bela_Misc, and not this one...https://github.com/transmogrifox/transmogriFX_bela?