aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-05 20:54:21 +1000
committerPaul Gilbert2012-05-05 20:54:21 +1000
commit07c1369f98009a2d9f8b49a9f68ace7354469cba (patch)
treeb119f34aa2aedb355d620b43834796cabbb5b4d5 /engines/tony/gfxengine.cpp
parentaa603d5a6719764e785e4bd096f16493f7ec7f6c (diff)
downloadscummvm-rg350-07c1369f98009a2d9f8b49a9f68ace7354469cba.tar.gz
scummvm-rg350-07c1369f98009a2d9f8b49a9f68ace7354469cba.tar.bz2
scummvm-rg350-07c1369f98009a2d9f8b49a9f68ace7354469cba.zip
TONY: Created dummy event loop and started work on converting RMWindow class
Diffstat (limited to 'engines/tony/gfxengine.cpp')
-rw-r--r--engines/tony/gfxengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxengine.cpp b/engines/tony/gfxengine.cpp
index 7f2515af7b..27db5c18bf 100644
--- a/engines/tony/gfxengine.cpp
+++ b/engines/tony/gfxengine.cpp
@@ -557,7 +557,7 @@ void RMGfxEngine::Init(/*HINSTANCE hInst*/) {
m_bigBuf.DrawOT();
m_bigBuf.ClearOT();
delete load;
- _vm->m_wnd.GetNewFrame(*this, NULL);
+ _vm->_window.GetNewFrame(*this, NULL);