mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
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:
+10
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user