aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/core.h')
-rw-r--r--engines/sci/sfx/core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/sfx/core.h b/engines/sci/sfx/core.h
index e7eba85c99..fc480aa452 100644
--- a/engines/sci/sfx/core.h
+++ b/engines/sci/sfx/core.h
@@ -52,7 +52,7 @@ public: // FIXME, make private
bool _suspended; /**< Whether we are suspended */
Resource *_syncResource; /**< Used by kDoSync for speech syncing in CD talkie games */
uint _syncOffset;
- ResourceManager *_resMgr;
+ ResourceManager *_resourceManager;
public:
SfxState();
@@ -63,10 +63,10 @@ public:
/***********/
/* Initializes the sound engine
- ** Parameters: (ResourceManager *) resmgr: Resource manager for initialization
+ ** Parameters: (ResourceManager *) resourceManager: Resource manager for initialization
** (int) flags: SFX_STATE_FLAG_*
*/
- void sfx_init(ResourceManager *resmgr, int flags);
+ void sfx_init(ResourceManager *resourceManager, int flags);
/** Deinitializes the sound subsystem. */
void sfx_exit();