Files @ r5352:64720e7993a1
Branch filter:

Location: cpp/openttd-patchpack/source/ai/default/default.h

Darkvater
(svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
This is only possible in SP (or in the intro menu). During game play you will
get a confirmation window when applying the changes as some actions can crash
OpenTTD and/or make your current game unplayable.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef DEFAULT_H
#define DEFAULT_H

void AiDoGameLoop(Player*);

#endif