mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-06 18:00:44 +00:00
XEEN: Fix loading of bank shapes
This commit is contained in:
parent
ff452ee1ef
commit
4f993de137
@ -699,7 +699,7 @@ const char *const Resources::TOWN_ACTION_MUSIC[2][7] = {
|
||||
};
|
||||
|
||||
const char *const Resources::TOWN_ACTION_SHAPES[7] = {
|
||||
"bankr", "blck", "gild", "tvrn", "tmpl", "trng", "eface08"
|
||||
"bnkr", "blck", "gild", "tvrn", "tmpl", "trng", "eface08"
|
||||
};
|
||||
|
||||
const int Resources::TOWN_ACTION_FILES[2][7] = {
|
||||
|
Loading…
Reference in New Issue
Block a user