FLARE_AGE constant; fix dynamic light intensity; fix release builds

This commit is contained in:
Troye 2021-07-13 22:29:47 -05:00
parent f5ec4695ef
commit 5d8bb0014d
6 changed files with 18 additions and 8 deletions

View file

@ -11,6 +11,9 @@
#include "tomb4fx.h"
#include "effect2.h"
#include "pickup.h"
#ifndef _DEBUG
#include <iostream>
#endif
extern GameFlow* g_GameFlow;
GameScript* g_GameScript;