From 6eb32dc0c294afbfce424de3ad2567f535365e94 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 4 Jan 2009 17:31:59 +0000 Subject: [PATCH] - moved #ifdef in p_3dfloors.cpp below the #includes. SVN r1353 (trunk) --- src/p_3dfloors.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p_3dfloors.cpp b/src/p_3dfloors.cpp index 73ace9820..68e9e1883 100644 --- a/src/p_3dfloors.cpp +++ b/src/p_3dfloors.cpp @@ -35,8 +35,6 @@ ** */ -#ifdef _3DFLOORS - #include "templates.h" #include "p_local.h" #include "p_lnspec.h" @@ -45,6 +43,8 @@ #include "v_palette.h" #include "g_level.h" +#ifdef _3DFLOORS + //========================================================================== // // 3D Floors