Files @ r8266:180a5b87f5f3
Branch filter:

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

rubidium
(svn r11830) -Fix [FS#1625]: road vehicles would not wait in line, but at a single point on bridges. Based on a patch by SmatZ.
1
2
3
4
5
6
/* $Id$ */

#include "../stdafx.h"
#include "null_s.h"

static FSoundDriver_Null iFSoundDriver_Null;