]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
eliminated qbyte type, now uses unsigned char throughout the engine for this purpose
[xonotic/darkplaces.git] / sv_phys.c
index 922dda3e161168f5a672de5aa5b5a0cae4b98318..3db1887dec1048920f11fe4fb951db32905196d1 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -1498,7 +1498,7 @@ void SV_Physics (void)
 {
        int i, newnum_edicts;
        prvm_edict_t *ent;
-       qbyte runmove[MAX_EDICTS];
+       unsigned char runmove[MAX_EDICTS];
 
 // let the progs know that a new frame has started
        prog->globals.server->self = PRVM_EDICT_TO_PROG(prog->edicts);