From 144ed3e22ddebc9afaf36ff8da225f856a07b2e7 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 16 Nov 2010 22:09:46 +0000 Subject: TINSEL: Fixed compilation with MSVC svn-id: r54271 --- engines/tinsel/tinsel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel/tinsel.cpp') diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp index 44035db4ed..aa5a9282fa 100644 --- a/engines/tinsel/tinsel.cpp +++ b/engines/tinsel/tinsel.cpp @@ -81,7 +81,7 @@ namespace Tinsel { // In BG.CPP extern void SetDoFadeIn(bool tf); extern void DropBackground(); -extern BACKGND *pCurBgnd; +extern const BACKGND *pCurBgnd; // In CURSOR.CPP extern void CursorProcess(CORO_PARAM, const void *); -- cgit v1.2.3