From 6a0d150539897ec65ccc161305db48de10ea35ba Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 16 Sep 2012 10:38:08 +0200 Subject: Interface works - removed mock of CInterface and fixed event passing to CRobotMain - changed texture names from tga and bmp to png - UI now works but interaction is still broken --- src/ui/maindialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/maindialog.cpp') diff --git a/src/ui/maindialog.cpp b/src/ui/maindialog.cpp index c6b70cb..5ed1216 100644 --- a/src/ui/maindialog.cpp +++ b/src/ui/maindialog.cpp @@ -2207,7 +2207,7 @@ bool CMainDialog::EventProcess(const Event &event) return false; } - if ( m_engine->GetMouseVisible() && + if ( /*TODO: m_engine->GetMouseVisible() &&*/ !m_interface->EventProcess(event) ) { return false; -- cgit v1.2.3-1-g7c22