mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
parent
23fa40d56c
commit
eb3b057836
@ -132,7 +132,7 @@ int16 scen_loadStatic(char search) {
|
||||
|
||||
for (i = 0; i < picsCount; i++) {
|
||||
pictDescId = inter_load16();
|
||||
if (resId >= 30000) {
|
||||
if (pictDescId >= 30000) {
|
||||
ptr->pieces[i] =
|
||||
(Scen_PieceDesc *) game_loadExtData(pictDescId, 0,
|
||||
0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user