Use GUI for ORS instead of console only

This commit is contained in:
Dees_Troy
2013-01-25 15:10:48 +00:00
parent 01b6d0c9be
commit 6ed34b7f61
17 changed files with 233 additions and 335 deletions
+1
View File
@@ -615,6 +615,7 @@ extern "C" int gui_startPage(const char* page_name)
gGuiInputRunning = 1;
}
DataManager::SetValue("tw_page_done", 0);
return runPage(page_name);
}