Started working on a random flood function for paths to do things like fill rooms with stuff.
This commit is contained in:
parent
e863bfa2fe
commit
ee1e2e5bc5
5 changed files with 46 additions and 10 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "dbc.hpp"
|
||||
#include "lights.hpp"
|
||||
|
||||
const bool DEBUG_MAP=false;
|
||||
const bool DEBUG_MAP=true;
|
||||
|
||||
using std::string;
|
||||
using namespace fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue