MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getWindowColumns

Method getWindowColumns

Source/Fodder.cpp:3576–3584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3574}
3575
3576int16 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
3586int16 cFodder::getCameraWidth() const {
3587

Callers 2

MapTiles_DrawMethod · 0.80
MapTiles_DrawMethod · 0.80

Calls 1

isAmigaMethod · 0.80

Tested by

no test coverage detected