- added ZDoom's CCMD code.

Not tested yet.
This commit is contained in:
Christoph Oelckers 2019-11-04 23:01:50 +01:00
parent bbf0a73471
commit 570696fc09
36 changed files with 2165 additions and 841 deletions

View file

@ -1220,7 +1220,7 @@ void G_DisplayRest(int32_t smoothratio)
gametext_center(70, "Press F1 to Accept, F2 to Decline");
}
if (inputState.BUTTON(gamefunc_Show_DukeMatch_Scores))
if (buttonMap.ButtonDown(gamefunc_Show_DukeMatch_Scores))
G_ShowScores();
if (g_Debug)