KINGDOM: Fix off-by-one in mapExit table

This commit is contained in:
Thomas Fach-Pedersen 2020-05-31 20:13:45 +02:00 committed by Eugene Sandulenko
parent cd8da6328f
commit 6684724db0

View File

@ -538,14 +538,13 @@ const char *_rezNames[] = {
};
int _mapExit[] = {
0, 100, 90, 50, 420, 550, 110, 70, 80, 180,
190, 200, 210, 230, 240, 300, 290, 330, 360, 310,
370, 390, 60, 570, 30, 40, 340, 640, 520, 510,
500, 540, 320, 140, 270, 380, 580, 590, 610, 0,
100, 90, 50, 420, 550, 110, 70, 80, 180, 190,
200, 210, 230, 240, 300, 290, 330, 360, 310, 370,
390, 60, 570, 30, 40, 340, 640, 520, 510, 500,
540, 320, 140, 270, 380, 580, 590, 610, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};
int _emlTable[] = {