diff --git a/Editor/editscreen.cpp b/Editor/editscreen.cpp index 23b80e0df..10ef0af9a 100644 --- a/Editor/editscreen.cpp +++ b/Editor/editscreen.cpp @@ -4794,29 +4794,6 @@ void ShowHighGround(INT32 iShowHighGroundCommand)//dnl ch2 210909 gfRenderWorld = TRUE; } -#else //non-editor version - -#include "types.h" -#include "screenids.h" - -UINT32 EditScreenInit() -{ - return TRUE ; -} - -UINT32 EditScreenHandle( ) -{ - //If this screen ever gets set, then this is a bad thing -- endless loop - return ERROR_SCREEN ; -} - -UINT32 EditScreenShutdown( ) -{ - return TRUE ; -} - -#endif - void CreateKeyboardItemCreationUI() { gfKeyboardItemCreationUI = TRUE; @@ -4853,4 +4830,28 @@ void RemoveKeyboardItemCreationUI() AddSelectedItemToWorld( giCreateItemCursorMapIndex ); } MarkWorldDirty(); -} \ No newline at end of file +} + +#else //non-editor version + +#include "types.h" +#include "screenids.h" + +UINT32 EditScreenInit() +{ + return TRUE ; +} + +UINT32 EditScreenHandle( ) +{ + //If this screen ever gets set, then this is a bad thing -- endless loop + return ERROR_SCREEN ; +} + +UINT32 EditScreenShutdown( ) +{ + return TRUE ; +} + +#endif +