Files @ r2072:93fbc12acd5b
Branch filter:

Location: cpp/openttd-patchpack/source/callback_table.h

ludde
(svn r2582) Fix: Prevent generating unrealistically many Oil refineries on large maps. They are always placed next to the borderline, so the perimeter is used instead of area to scale the number of those industries.
1
2
3
4
5
6
7
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif