(svn r14182) -Fix: After applying NewGRF settings, all rail and road types were available as the engine availability check was performed too early.
/* $Id$ */
/** @file null_s.cpp The sound driver that doesn't produce sound. */
#include "../stdafx.h"
#include "null_s.h"
static FSoundDriver_Null iFSoundDriver_Null;