forked from mirror/OpenTTD
(svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns a valid XXX, unless there are none to pick from. Then NULL is returned.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user