Files @ r8575:68e9cd8ed4a9
Branch filter:

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

smatz
(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now
1
2
3
4
5
6
7
/* $Id$ */

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

static FMusicDriver_Null iFMusicDriver_Null;