Initial moap commit. /VERY/ WIP. Primarily committed to clean up unstaged changes. Do not run this, even if it may compile, as it will NOT work (for a myriad of reasons)!
This commit is contained in:
@@ -370,6 +370,10 @@ public:
|
||||
static void toggleRenderSoundBeacons(void* data);
|
||||
static BOOL getRenderSoundBeacons(void* data);
|
||||
|
||||
static void setRenderMOAPBeacons(BOOL val);
|
||||
static void toggleRenderMOAPBeacons(void * data);
|
||||
static BOOL getRenderMOAPBeacons(void * data);
|
||||
|
||||
static void setRenderPhysicalBeacons(BOOL val);
|
||||
static void toggleRenderPhysicalBeacons(void* data);
|
||||
static BOOL getRenderPhysicalBeacons(void* data);
|
||||
@@ -778,6 +782,7 @@ protected:
|
||||
S32 mLightingDetail;
|
||||
|
||||
static BOOL sRenderPhysicalBeacons;
|
||||
static BOOL sRenderMOAPBeacons;
|
||||
static BOOL sRenderScriptedTouchBeacons;
|
||||
static BOOL sRenderScriptedBeacons;
|
||||
static BOOL sRenderParticleBeacons;
|
||||
|
||||
Reference in New Issue
Block a user