aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 581e89fbe8..36fa6005ab 100644
--- a/scumm.h
+++ b/scumm.h
@@ -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();