From 04b25f44db67713759350981f533ebd2d5445edc Mon Sep 17 00:00:00 2001 From: James Haley Date: Sun, 3 Oct 2010 21:05:42 +0000 Subject: Eliminated the rest of the notion of an episode, added proper sky setting, and other misc code in g_game. Also started *trying* to add new savegame code in g_game, but this is a just about a lost cause without any portable filepath handling support from the engine. Subversion-branch: /branches/strife-branch Subversion-revision: 2152 --- src/strife/am_map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strife/am_map.c') diff --git a/src/strife/am_map.c b/src/strife/am_map.c index 42eb8f1e..48c6b475 100644 --- a/src/strife/am_map.c +++ b/src/strife/am_map.c @@ -552,11 +552,11 @@ void AM_Start (void) if (!stopped) AM_Stop(); stopped = false; - if (lastlevel != gamemap || lastepisode != gameepisode) + if (lastlevel != gamemap /*|| lastepisode != gameepisode*/) { AM_LevelInit(); lastlevel = gamemap; - lastepisode = gameepisode; + //lastepisode = gameepisode; } AM_initVariables(); AM_loadPics(); -- cgit v1.2.3