aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorMax Horn2004-01-03 01:28:00 +0000
committerMax Horn2004-01-03 01:28:00 +0000
commitb1d729d6dd23c093b18d9093a195a399d44d69ce (patch)
treef6d1ea139254ceb2998d17e3d500988d495afebb /simon/simon.h
parent81481ad6da949340fc0e886b08d404b7cd3d7b77 (diff)
downloadscummvm-rg350-b1d729d6dd23c093b18d9093a195a399d44d69ce.tar.gz
scummvm-rg350-b1d729d6dd23c093b18d9093a195a399d44d69ce.tar.bz2
scummvm-rg350-b1d729d6dd23c093b18d9093a195a399d44d69ce.zip
renamed SimonSound class back to just Sound (now that we use namespaces that is just fine)
svn-id: r12098
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 28814501d8..3286e1bda7 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -338,7 +338,7 @@ protected:
int _num_screen_updates;
int _vga_tick_counter;
- SimonSound *_sound;
+ Sound *_sound;
bool _effects_paused;
bool _ambient_paused;