mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- moved #ifdef in p_3dfloors.cpp below the #includes.
SVN r1353 (trunk)
This commit is contained in:
parent
a73b008255
commit
6eb32dc0c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue