aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
authorTravis Howell2005-05-06 11:37:33 +0000
committerTravis Howell2005-05-06 11:37:33 +0000
commit076e42c302dd463e42d5bbd31eedccf3463f7a61 (patch)
tree8ff3fc355d85976a5a7dddecc02e48a9092fcf3f /simon/sound.h
parentd04492a05a39a427ad5f0892a688e5122465ed3d (diff)
downloadscummvm-rg350-076e42c302dd463e42d5bbd31eedccf3463f7a61.tar.gz
scummvm-rg350-076e42c302dd463e42d5bbd31eedccf3463f7a61.tar.bz2
scummvm-rg350-076e42c302dd463e42d5bbd31eedccf3463f7a61.zip
Use ScummVM code formatting for names.
svn-id: r17930
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/sound.h b/simon/sound.h
index 28c988d1d3..4e92bff100 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -37,8 +37,8 @@ private:
BaseSound *_voice;
BaseSound *_effects;
- bool _effects_paused;
- bool _ambient_paused;
+ bool _effectsPaused;
+ bool _ambientPaused;
uint16 *_filenums;
uint32 *_offsets;