mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-05-31 01:01:12 +00:00
- added ZDoom's CCMD code.
Not tested yet.
This commit is contained in:
parent
bbf0a73471
commit
570696fc09
36 changed files with 2165 additions and 841 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue