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 747e51a8f1..81b490488e 100644
--- a/engines/tinsel/background.h
+++ b/engines/tinsel/background.h
@@ -77,7 +77,7 @@ struct BACKGND {
\*----------------------------------------------------------------------*/
void InitBackground( // called to initialise a background
- BACKGND *pBgnd); // pointer to data struct for current background
+ const BACKGND *pBgnd); // pointer to data struct for current background
void StartupBackground(CORO_PARAM, SCNHANDLE hFilm);