Updated OpenTTD

This commit is contained in:
pelya
2010-11-30 19:00:41 +02:00
parent 92aa47b0ce
commit 0a6e7177fe
2 changed files with 5 additions and 3 deletions

View File

@@ -158,13 +158,15 @@ Index: src/main_gui.cpp
===================================================================
--- src/main_gui.cpp (revision 21311)
+++ src/main_gui.cpp (working copy)
@@ -275,6 +275,9 @@
@@ -275,7 +275,11 @@
}
case WKC_ESC: ResetObjectToPlace(); break;
+#ifdef ANDROID
+ case WKC_DELETE: DeleteAllNonVitalWindows(); break;
+#endif
+#else
case WKC_DELETE: DeleteNonVitalWindows(); break;
+#endif
case WKC_DELETE | WKC_SHIFT: DeleteAllNonVitalWindows(); break;
case 'R' | WKC_CTRL: MarkWholeScreenDirty(); break;

View File

@@ -1 +1 @@
fheroes2
openttd