]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.c
remove const qualifiers on Mem_Free calls on r_surfacelist
[xonotic/darkplaces.git] / sbar.c
diff --git a/sbar.c b/sbar.c
index 0db580aca972d74b9e8c60ea0e2bb82039a72711..6d0c087cef5a7f5acda31b7a5dca82194891683d 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -155,7 +155,7 @@ void sbar_start(void)
 {
        int i;
 
-       if (gamemode == GAME_DELUXEQUAKE)
+       if (gamemode == GAME_DELUXEQUAKE || gamemode == GAME_BLOODOMNICIDE)
        {
        }
        else if (gamemode == GAME_SOM)