aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/core.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-31 01:11:06 +0000
committerJohannes Schickel2009-05-31 01:11:06 +0000
commitabe8cf06255f7398127912354dfbf84daceff569 (patch)
tree3b701d5499a87ad672b80f07b1b78f09251e3f44 /engines/sci/sfx/core.cpp
parentbccca104d0635949d328a18d722218ba4bf59f0c (diff)
downloadscummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.tar.gz
scummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.tar.bz2
scummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.zip
Typo.
svn-id: r41054
Diffstat (limited to 'engines/sci/sfx/core.cpp')
-rw-r--r--engines/sci/sfx/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/core.cpp b/engines/sci/sfx/core.cpp
index 6dcbad643c..803e7c5687 100644
--- a/engines/sci/sfx/core.cpp
+++ b/engines/sci/sfx/core.cpp
@@ -44,7 +44,7 @@
namespace Sci {
class SfxPlayer;
-SfxPlayer *player = NULL; // FIXME: Avoid non-cpnst global vars
+SfxPlayer *player = NULL; // FIXME: Avoid non-const global vars
#pragma mark -