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:
helixhorned 2012-04-22 19:11:01 +00:00
parent cb8e0d1b57
commit 475b920e8e
1 changed files with 1 additions and 0 deletions

View File

@ -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: