MORTEVIELLE: Bugfix for loading data in init_lieu method

This commit is contained in:
Paul Gilbert 2012-01-02 12:37:23 +11:00 committed by Strangerke
parent 3e0b4d3774
commit 9957819311

View File

@ -300,7 +300,8 @@ void ani50() {
error("Missing file - MXX.mor");
for (int i = 1; i < 8; ++i)
f_lieu.read(&v_lieu[i][1], 24);
for (int j = 0; j < 25; ++j)
v_lieu[i][j] = f_lieu.readByte();
f_lieu.close();
}