From cbfc9c134032630b71ec2acf4abe552a7569640f Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 28 Aug 2010 05:35:52 +0000 Subject: Added crossfade wipe and code to load XLATAB lump. Changes to the menu system including working Sigil cursor, alignment changes, shortcut character changes, and removal of items from the options menu that Strife put elsewhere. Initial sweep for global lump name changes completed: AMMNUM%d -> PLMNUM%d, M_DOOM -> M_STRIFE, M_OPTTTL -> M_OPTION, STTMINUS -> STCFN045, et al. A dummy modified Strife IWAD must be loaded over DOOM.WAD at this point in order to run. Subversion-branch: /branches/strife-branch Subversion-revision: 1968 --- src/strife/st_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/strife/st_lib.c') diff --git a/src/strife/st_lib.c b/src/strife/st_lib.c index c90540cb..e206b34c 100644 --- a/src/strife/st_lib.c +++ b/src/strife/st_lib.c @@ -58,7 +58,8 @@ patch_t* sttminus; void STlib_init(void) { - sttminus = (patch_t *) W_CacheLumpName(DEH_String("STTMINUS"), PU_STATIC); + // haleyjd 08/28/10: [STRIFE] STTMINUS -> STCFN045 + sttminus = (patch_t *) W_CacheLumpName(DEH_String("STCFN045"), PU_STATIC); } -- cgit v1.2.3