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

@ -10,6 +10,10 @@
#include <Objects/objectslist.h>
#include <Game/newinv2.h>
#ifndef _DEBUG
#include <iostream>
#endif
using std::string;
using std::vector;
using std::unordered_map;