Browse Source

Make ResyncQuests bin exact.

pull/109/head
Sergey Semushin 7 years ago committed by Anders Jenbo
parent
commit
02acf7629b
  1. 2
      Source/quests.cpp

2
Source/quests.cpp

@ -610,7 +610,7 @@ void ResyncQuests()
else
LoadPalette("Levels\\L3Data\\L3pfoul.pal");
for (i = 0; i < 32; i++)
for (i = 0; i <= 32; i++)
palette_update_quest_palette(i);
}

Loading…
Cancel
Save