]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
more Nexuiz hud stuff from BlackHC, minor style edits to fit in with surrounding...
[xonotic/darkplaces.git] / sv_main.c
index df5dd14132ae9ad27cb4b2022bee9a7d76800cf2..109f87ff514bee9272604642485eaa673f20f498 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -1275,7 +1275,7 @@ void SV_WriteClientdataToMessage (edict_t *ent, sizebuf_t *msg)
        MSG_WriteByte (msg, ent->v->ammo_rockets);
        MSG_WriteByte (msg, ent->v->ammo_cells);
 
-       if (gamemode == GAME_HIPNOTIC || gamemode == GAME_ROGUE)
+       if (gamemode == GAME_HIPNOTIC || gamemode == GAME_ROGUE || gamemode == GAME_NEXUIZ)
        {
                for(i=0;i<32;i++)
                {