(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart

This commit is contained in:
Darkvater
2007-02-12 21:55:10 +00:00
parent 8f96cadeb2
commit 5574d04547
14 changed files with 22 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
/* $Id$ */
#include "../stdafx.h"
#include "../openttd.h"
#include "null_s.h"
static const char *NullSoundStart(const char * const *parm) { return NULL; }