From bb25008804c57551dc4fa4ed40ea9e0f091c57ed Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 16 May 2006 09:26:54 +0000 Subject: [PATCH] Fixed ZDBSP seg splitter. On occasion it assigned the offset to the incorrect of the two segs created by a split. SVN r118 (trunk) --- src/sdl/i_system.cpp | 2 +- wadsrc/decorate/hexen/puzzleitems.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sdl/i_system.cpp b/src/sdl/i_system.cpp index 7818d72c91..2806290149 100644 --- a/src/sdl/i_system.cpp +++ b/src/sdl/i_system.cpp @@ -359,7 +359,7 @@ int I_PickIWad (WadStuff *wads, int numwads) printf ("Please select a game wad:\n"); for (i = 0; i < numwads; ++i) { - char *filepart = strrchr (wads[i].Path, '/'); + const char *filepart = strrchr (wads[i].Path, '/'); if (filepart == NULL) filepart = wads[i].Path; else diff --git a/wadsrc/decorate/hexen/puzzleitems.txt b/wadsrc/decorate/hexen/puzzleitems.txt index 603d2fe2fb..bba74c4035 100644 --- a/wadsrc/decorate/hexen/puzzleitems.txt +++ b/wadsrc/decorate/hexen/puzzleitems.txt @@ -54,7 +54,7 @@ ACTOR PuzzGemRed : PuzzleItem 9004 // Green Gem 1 (Emerald Planet) --------------------------------------------- -ACTOR PuzzGemGreen : PuzzleItem 9005 +ACTOR PuzzGemGreen1 : PuzzleItem 9005 { Game Hexen SpawnID 79