| 3574 | } |
| 3575 | |
| 3576 | int16 cFodder::getWindowColumns() const { |
| 3577 | if (!mParams->mWindowColumns) { |
| 3578 | if (mVersionCurrent->isAmiga()) |
| 3579 | return 21; |
| 3580 | |
| 3581 | return 22; |
| 3582 | } |
| 3583 | return (int16) mParams->mWindowColumns; |
| 3584 | } |
| 3585 | |
| 3586 | int16 cFodder::getCameraWidth() const { |
| 3587 |
no test coverage detected