Files @ r7320:d06a53381dd1
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/null_m.cpp

rubidium
(svn r10681) -Codechange: do not determine whether a tile is a hangar based on the graphics index to be drawn on the given tile, but do it based on the specification of the location of hangars of the airport.
1
2
3
4
5
6
7
/* $Id$ */

#include "../stdafx.h"
#include "null_m.h"

static FMusicDriver_Null iFMusicDriver_Null;