aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/background.h')
-rw-r--r--engines/tinsel/background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/background.h b/engines/tinsel/background.h
index 37ab4d4d5c..34f1bd6dd2 100644
--- a/engines/tinsel/background.h
+++ b/engines/tinsel/background.h
@@ -73,7 +73,7 @@ struct BACKGND {
|* Background Function Prototypes *|
\*----------------------------------------------------------------------*/
-void InitBackground( // called to initialise a background
+void InitBackground( // called to initialize a background
const BACKGND *pBgnd); // pointer to data struct for current background
void StartupBackground(CORO_PARAM, SCNHANDLE hFilm);