mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-12 23:54:33 +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);
|
ed = PROG_TO_EDICT (OPA->edict);
|
||||||
OPC->_int =
|
OPC->_int =
|
||||||
(byte *) ((int *) &ed->v + OPB->_int) -
|
(byte *) ((int *) &ed->v + OPB->_int) - (byte *) sv.edicts;
|
||||||
(byte *) sv.edicts; break; case OP_LOAD_F:
|
break;
|
||||||
|
case OP_LOAD_F:
|
||||||
case OP_LOAD_FLD:
|
case OP_LOAD_FLD:
|
||||||
case OP_LOAD_ENT:
|
case OP_LOAD_ENT:
|
||||||
case OP_LOAD_S:
|
case OP_LOAD_S:
|
||||||
|
|
Loading…
Reference in a new issue