update to 1.6.1

This commit is contained in:
Pavel Stupnikov
2016-07-02 20:23:43 +03:00
87 changed files with 5894 additions and 587 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
/* $Id: window.cpp 27425 2015-10-30 17:23:16Z frosch $ */
/* $Id: window.cpp 27591 2016-05-29 19:05:11Z frosch $ */
/*
* This file is part of OpenTTD.
@@ -3034,6 +3034,10 @@ void UpdateWindows()
w->ProcessHighlightedInvalidations();
}
/* Skip the actual drawing on dedicated servers without screen.
* But still empty the invalidation queues above. */
if (_network_dedicated) return;
static int we4_timer = 0;
int t = we4_timer + 1;