oops
svn-id: r11556
This commit is contained in:
parent
a53d2c99f5
commit
0667bd69cd
1 changed files with 0 additions and 1 deletions
|
@ -2471,7 +2471,6 @@ bool Logic::gameLoad(uint16 slot) {
|
|||
_sound->speechToggle(READ_BE_UINT16(ptr) != 0); ptr += 2;
|
||||
_sound->musicToggle(READ_BE_UINT16(ptr) != 0); ptr += 2;
|
||||
_subtitles = READ_BE_UINT16(ptr) != 0; ptr += 2;
|
||||
ptr += 2 * 6;
|
||||
|
||||
for (i = 0; i < 4; i++) {
|
||||
_inventoryItem[i] = (int16)READ_BE_UINT16(ptr); ptr += 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue