| 504 | } |
| 505 | |
| 506 | void 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 | |
| 514 | void C_NewModeAdjust () |
| 515 | { |
no test coverage detected