Files @ r2577:3c8ee179f80c
Branch filter:

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

tron
(svn r3114) Close two gaps in the sprite array when loading openttd.grf. That's seven more free sprite slots, yay!
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef DEFAULT_H
#define DEFAULT_H

void AiDoGameLoop(Player*);

#endif