| 3589 | } |
| 3590 | |
| 3591 | int16 cFodder::getCameraHeight() const { |
| 3592 | if (!mParams->mWindowRows) { |
| 3593 | if (mVersionCurrent) |
| 3594 | return mVersionCurrent->GetScreenSize().mHeight; |
| 3595 | |
| 3596 | return 364; |
| 3597 | } |
| 3598 | |
| 3599 | return (int16) mParams->mWindowRows * 16; |
| 3600 | } |
| 3601 | |
| 3602 | void cFodder::DataNotFound() { |
| 3603 | g_Debugger->Error("No game data could be found, including the demos, have you installed the data pack?"); |
nothing calls this directly
no test coverage detected