From 74df347bf8eedd22952257d046d754bd1d43fde9 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 5 Jun 2005 07:12:06 +0000 Subject: [PATCH] only give shareware warning if running GAME_NORMAL (quake) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5394 d7cf8633-e32d-0410-b094-e92efae38249 --- common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.c b/common.c index 0eabf123..6019461a 100644 --- 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"); -- 2.39.2