diff options
Diffstat (limited to 'scumm.h')
-rw-r--r-- | scumm.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1204,7 +1204,9 @@ struct Scumm { OffsetTable *offset_table; int num_sound_effects; #endif - + + int current_cd_sound; + void openRoom(int room); void deleteRoomOffsets(); void readRoomsOffsets(); |