mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
KINGDOM: Fix off-by-one in mapExit table
This commit is contained in:
parent
cd8da6328f
commit
6684724db0
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user