Files @ r656:44c757c66b53
Branch filter:

Location: cpp/openttd-patchpack/source/table/tunnel_land.h

truelight
(svn r1090) -Fix: Made the _openttd_revision variable global, and with that
hopefully killed the windows-revision problem. If WITH_REV is defined,
for both Windows as *nix system _openttd_revision is filled with normal
info, else _openttd_revision is set to 'norev000'
-Fix: Small possible server-crash
1
2
3
static const SpriteID _draw_tunnel_table_1[] = {
	0x93D, 0x955,
};