Browse Source

Correct poison water spawn position

xbrz
Anders Jenbo 6 years ago committed by GitHub
parent
commit
bd155e4a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/setmaps.cpp

2
Source/setmaps.cpp

@ -172,7 +172,7 @@ void LoadSetMap()
if (quests[Q_PWATER]._qactive == QUEST_INIT)
quests[Q_PWATER]._qactive = QUEST_ACTIVE;
LoadPreL3Dungeon("Levels\\L3Data\\Foulwatr.DUN", 19, 50);
LoadL3Dungeon("Levels\\L3Data\\Foulwatr.DUN", 31, 81);
LoadL3Dungeon("Levels\\L3Data\\Foulwatr.DUN", 31, 83);
LoadPalette("Levels\\L3Data\\L3pfoul.pal");
InitPWaterTriggers();
break;

Loading…
Cancel
Save