Files @ r7762:f53dd1eec4cf
Branch filter:

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

maedhros
(svn r11308) -Fix (r9315): Change the house id as well as the house spec when using an overridden town building, since the house id is the one that's used to actually build the house.
1
2
3
4
5
6
/* $Id$ */

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

static FSoundDriver_Null iFSoundDriver_Null;