Files @ r7755:f4e3b487aca8
Branch filter:

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

glx
(svn r11293) -Fix: newgrf defined industry news messages use TTD format for args, which is not the same as our. So we must detect those strings and pass them the right params
1
2
3
4
5
6
7
/* $Id$ */

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

static FMusicDriver_Null iFMusicDriver_Null;