mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
MORTEVIELLE: Bugfix for loading data in charge_cfiph()
This commit is contained in:
parent
e76460e362
commit
e3facc3f6c
@ -373,7 +373,9 @@ void ani50() {
|
||||
if (!f.open("cfiph.mor"))
|
||||
error("Missing file - cfiph.mor");
|
||||
|
||||
f.read(t_cph, 50);
|
||||
for (int i = 0; i < (f.size() / 2); ++i)
|
||||
t_cph[i] = f.readSint16LE();
|
||||
|
||||
f.close();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user