Files @ r5971:454a15e95a02
Branch filter:

Location: cpp/openttd-patchpack/source/src/tgp.h

tron
(svn r8660) -Fix

-Codechange: Remove _avail_aircraft
Its name is misleading. It is rather _avail_airports, but then only some of them, which leads to inconsistencies when using it.
Further it is unnecessary to store it in savegams.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */