Files @ r7940:bb8a390f6b5f
Branch filter:

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

rubidium
(svn r11493) -Fix [FS#1472]: game crashing on savegame load because it tried to render some part of the window before the savegame conversion was done.
1
2
3
4
5
6
7
/* $Id$ */

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

static FMusicDriver_Null iFMusicDriver_Null;