Got Editor Working Again... YAY!

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@581 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
AcyForsythe
2006-09-29 21:08:22 +00:00
parent 43942dea96
commit 6e966e7714
8 changed files with 85 additions and 58 deletions
+10 -1
View File
@@ -4,7 +4,7 @@
#include "Language Defines.h"
// Beta version
// #define JA2BETAVERSION
//#define JA2BETAVERSION
// Normal test version
// #define JA2TESTVERSION
@@ -12,6 +12,11 @@
// If we want to include the editor
//#define JA2EDITOR
// Kaiden: So only the JA2EDITOR define needs to be uncommented
#ifdef JA2EDITOR
#define JA2TBETAVERSION
#endif
#ifdef _DEBUG
#ifndef JA2TESTVERSION
#define JA2TESTVERSION
@@ -24,6 +29,10 @@
#define JA2EDITOR
#endif
// Kaiden: Comment out this section when building the EDITOR
// It slows the thing down horribly and isn't neccessary
// Unless a debug version is needed.
#ifdef JA2BETAVERSION
#define SGP_DEBUG
#define FORCE_ASSERTS_ON