mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
white space
This commit is contained in:
parent
977c10c2f2
commit
005dbaa83f
1 changed files with 3 additions and 2 deletions
|
@ -584,8 +584,9 @@ PR_ExecuteProgram (func_t fnum)
|
|||
}
|
||||
ed = PROG_TO_EDICT (OPA->edict);
|
||||
OPC->_int =
|
||||
(byte *) ((int *) &ed->v + OPB->_int) -
|
||||
(byte *) sv.edicts; break; case OP_LOAD_F:
|
||||
(byte *) ((int *) &ed->v + OPB->_int) - (byte *) sv.edicts;
|
||||
break;
|
||||
case OP_LOAD_F:
|
||||
case OP_LOAD_FLD:
|
||||
case OP_LOAD_ENT:
|
||||
case OP_LOAD_S:
|
||||
|
|
Loading…
Reference in a new issue