Files @ r9880:ab5464c57091
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/null_m.cpp

belugas
(svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around.
1
2
3
4
5
6
7
8
9
/* $Id$ */

/** @file null_m.cpp The music playback that is silent. */

#include "../stdafx.h"
#include "null_m.h"

static FMusicDriver_Null iFMusicDriver_Null;