summaryrefslogtreecommitdiff
path: root/smallmap_gui.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-08-22 21:14:45 +0000
committertruelight <truelight@openttd.org>2006-08-22 21:14:45 +0000
commitceb523c29f364f24b5e6b68b13249187ff6ac371 (patch)
tree3b5390c9adf2806b379ecf5be65b211d1a2e8b4d /smallmap_gui.c
parent3cdabcbbac5ae64c132f0162090079d8c5cf3f90 (diff)
downloadopenttd-ceb523c29f364f24b5e6b68b13249187ff6ac371.tar.xz
(svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns a valid XXX, unless there are none to pick from. Then NULL is returned.
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r--smallmap_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smallmap_gui.c b/smallmap_gui.c
index 337ac4e05..452183c97 100644
--- a/smallmap_gui.c
+++ b/smallmap_gui.c
@@ -2,10 +2,10 @@
#include "stdafx.h"
#include "openttd.h"
+#include "functions.h"
#include "bridge_map.h"
#include "clear_map.h"
#include "industry_map.h"
-#include "functions.h"
#include "spritecache.h"
#include "station_map.h"
#include "table/strings.h"