]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
only give shareware warning if running GAME_NORMAL (quake)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 5 Jun 2005 07:12:06 +0000 (07:12 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 5 Jun 2005 07:12:06 +0000 (07:12 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5394 d7cf8633-e32d-0410-b094-e92efae38249

common.c

index 0eabf123441f48989e52245169f8786f0ff96783..6019461a4be949316a6f23a12913af0e74f593c9 100644 (file)
--- a/common.c
+++ b/common.c
@@ -844,7 +844,7 @@ void COM_CheckRegistered (void)
 {
        Cvar_Set ("cmdline", com_cmdline);
 
-       if (!FS_FileExists("gfx/pop.lmp"))
+       if (gamemode == GAME_NORMAL && !FS_FileExists("gfx/pop.lmp"))
        {
                if (fs_modified)
                        Con_Print("Playing shareware version, with modification.\nwarning: most mods require full quake data.\n");