mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Oops
git-svn-id: https://svn.eduke32.com/eduke32@327 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f24ac5dd86
commit
90eb35a551
1 changed files with 1 additions and 1 deletions
|
@ -3861,7 +3861,7 @@ char parsecommand(void)
|
||||||
// get the ID of the DEF
|
// get the ID of the DEF
|
||||||
transmultvars(tw==CON_CANSEE?8:7);
|
transmultvars(tw==CON_CANSEE?8:7);
|
||||||
transmultvarstype(GAMEVAR_FLAG_READONLY,tw==CON_CANSEE?1:6);
|
transmultvarstype(GAMEVAR_FLAG_READONLY,tw==CON_CANSEE?1:6);
|
||||||
transvar();
|
if(tw==CON_HITSCAN) transvar();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CON_CANSEESPR:
|
case CON_CANSEESPR:
|
||||||
|
|
Loading…
Reference in a new issue