Files @ r5115:7edde0aba70e
Branch filter:

Location: cpp/openttd-patchpack/source/sound/null_s.h

rubidium
(svn r7194) -Fix (FS#237): the electric rail type was not set correctly for NewGRFs where the engine traction type was set before the track type of the trains.
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif