white space

This commit is contained in:
Bill Currie 2000-12-29 01:28:22 +00:00
parent 977c10c2f2
commit 005dbaa83f
1 changed files with 3 additions and 2 deletions

View File

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