diff options
author | Filippos Karapetis | 2010-11-16 22:09:46 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-11-16 22:09:46 +0000 |
commit | 144ed3e22ddebc9afaf36ff8da225f856a07b2e7 (patch) | |
tree | 7cb8ed7964bf7e24f294b2fef11dc3749de46d0a /engines/tinsel | |
parent | da90fa14055fc501e5b29209d0d817f62cb0c770 (diff) | |
download | scummvm-rg350-144ed3e22ddebc9afaf36ff8da225f856a07b2e7.tar.gz scummvm-rg350-144ed3e22ddebc9afaf36ff8da225f856a07b2e7.tar.bz2 scummvm-rg350-144ed3e22ddebc9afaf36ff8da225f856a07b2e7.zip |
TINSEL: Fixed compilation with MSVC
svn-id: r54271
Diffstat (limited to 'engines/tinsel')
-rw-r--r-- | engines/tinsel/tinsel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |