MCPcopy Create free account
hub / github.com/ZDoom/Raze / C_AdjustBottom

Function C_AdjustBottom

source/common/console/c_console.cpp:506–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void C_AdjustBottom ()
507{
508 if (gamestate == GS_FULLCONSOLE || gamestate == GS_STARTUP)
509 ConBottom = twod->GetHeight();
510 else if (ConBottom > twod->GetHeight() / 2 || ConsoleState == c_down)
511 ConBottom = twod->GetHeight() / 2;
512}
513
514void C_NewModeAdjust ()
515{

Callers 3

GameTickerFunction · 0.85
C_NewModeAdjustFunction · 0.85
C_FullConsoleFunction · 0.85

Calls 1

GetHeightMethod · 0.45

Tested by

no test coverage detected