From abe8cf06255f7398127912354dfbf84daceff569 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 31 May 2009 01:11:06 +0000 Subject: Typo. svn-id: r41054 --- engines/sci/sfx/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/sfx/core.cpp') 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 - -- cgit v1.2.3