Rice
Emulator Developer
- Thread Starter
- #61
rcgamer said:yeah, pilot wings is totally screwed up for me too.
I hate to use hacks. I thought I have hacked and made something to work better, I screwed something else.
ok, again, since I know where the problem is exactly, I am willing to provide help. I am not back to program it, just be glad to provide some easy help here.
in the CRender::SetWorldView() function, to find these lines.
if( mtxPopUpError )
{
mtxPopUpError = false;
return;
}
Comment all of them.
//if( mtxPopUpError )
//{
// mtxPopUpError = false;
// return;
//}
These lines make Silicon Valley working better. I guess they have broken many other games, not only Pilot Wings, so we'd better go without them.
Rice