mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
I don't know if that was the intent, but it's better than not building.
git-svn-id: https://svn.eduke32.com/eduke32@2595 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a18a89b513
commit
1824b820e1
1 changed files with 1 additions and 1 deletions
|
@ -4623,7 +4623,7 @@ repeatcase:
|
|||
// Syntax: <command> <var>
|
||||
|
||||
// get the ID of the DEF
|
||||
C_GetNextVar(GAMEVAR_READONLY);
|
||||
C_GetNextVarType(GAMEVAR_READONLY);
|
||||
continue;
|
||||
|
||||
case CON_ADDLOG:
|
||||
|
|
Loading…
Reference in a new issue