(svn r14130) -Fix (r13961) [FS#2248]: Clear the stuck state of a train that is reversing with the first vehicle inside a depot. (michi_cc)
/* $Id$ */
/** @file null_s.cpp The sound driver that doesn't produce sound. */
#include "../stdafx.h"
#include "null_s.h"
static FSoundDriver_Null iFSoundDriver_Null;