Files
openttd-android/src/settings.cpp.rej
2014-03-15 21:32:43 +02:00

12 lines
183 B
Plaintext

--- src/settings.cpp
+++ src/settings.cpp
@@ -1092,7 +1092,7 @@
static bool TouchscreenModeChanged(int32 p1)
{
- //ResetTabletWindow();
+ ResetTabletWindow();
return true;
}