- moved #ifdef in p_3dfloors.cpp below the #includes.

SVN r1353 (trunk)
This commit is contained in:
Christoph Oelckers 2009-01-04 17:31:59 +00:00
parent a73b008255
commit 6eb32dc0c2

View file

@ -35,8 +35,6 @@
** **
*/ */
#ifdef _3DFLOORS
#include "templates.h" #include "templates.h"
#include "p_local.h" #include "p_local.h"
#include "p_lnspec.h" #include "p_lnspec.h"
@ -45,6 +43,8 @@
#include "v_palette.h" #include "v_palette.h"
#include "g_level.h" #include "g_level.h"
#ifdef _3DFLOORS
//========================================================================== //==========================================================================
// //
// 3D Floors // 3D Floors