Files @ r7338:8c1e6d9c57f2
Branch filter:

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

belugas
(svn r10701) -Codechange: Make sure to not use an out of bound index when the index is specified by a grf file. It has a different meaning then.
1
2
3
4
5
6
/* $Id$ */

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

static FSoundDriver_Null iFSoundDriver_Null;