mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
FLARE_AGE constant; fix dynamic light intensity; fix release builds
This commit is contained in:
parent
f5ec4695ef
commit
5d8bb0014d
6 changed files with 18 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue