Files @ r2841:b4a60d909d86
Branch filter:

Location: cpp/openttd-patchpack/source/os/macosx/splash.h

tron
(svn r3389) -Fix: No fence was placed when placing fences and the neighbouring tile is a rail configuration which permits a fence but has a signal
(Per request of peter1138 the above line does not contain any commas)
1
2
3
4
5
6
7
8
9

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif