mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix 'mulscale' accepting defines or constants where writable var expected.
git-svn-id: https://svn.eduke32.com/eduke32@2613 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
cb8e0d1b57
commit
475b920e8e
1 changed files with 1 additions and 0 deletions
|
@ -3877,6 +3877,7 @@ static int32_t C_ParseCommand(int32_t loop)
|
|||
case CON_LDIST:
|
||||
case CON_GETANGLE:
|
||||
case CON_GETINCANGLE:
|
||||
case CON_MULSCALE:
|
||||
C_GetNextVarType(GAMEVAR_READONLY);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue