applied fixes for windows compatibility, needs cleanup

This commit is contained in:
2010-11-28 23:08:52 +01:00
parent 0e77645776
commit 1a0da37a4c
8 changed files with 28 additions and 6 deletions
+2 -2
View File
@@ -389,8 +389,8 @@ void View::DrawUi () {
ViewState current_view_state = GetViewState();
SelectFont ("console.ttf size=12");
Engine::GUI::Label (99999, GetStringViewState(current_view_state), 8, 16);
// SelectFont ("console.ttf size=12");
// Engine::GUI::Label (99999, GetStringViewState(current_view_state), 8, 16);
switch (current_view_state) {
case ViewStateMainMenu: