diff options
author | Johannes Schickel | 2009-05-31 01:11:06 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-05-31 01:11:06 +0000 |
commit | abe8cf06255f7398127912354dfbf84daceff569 (patch) | |
tree | 3b701d5499a87ad672b80f07b1b78f09251e3f44 /engines/sci/sfx | |
parent | bccca104d0635949d328a18d722218ba4bf59f0c (diff) | |
download | scummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.tar.gz scummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.tar.bz2 scummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.zip |
Typo.
svn-id: r41054
Diffstat (limited to 'engines/sci/sfx')
-rw-r--r-- | engines/sci/sfx/core.cpp | 2 |
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 - |