]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
GAME_BLOODOMNICIDE: disable quake gfx precaches
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 29 Nov 2009 00:49:51 +0000 (00:49 +0000)
committervortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 29 Nov 2009 00:49:51 +0000 (00:49 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9527 d7cf8633-e32d-0410-b094-e92efae38249

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)