Mostly cleaned up world get to handle more rooms and paths, but rando_rect needs to be actually random.
This commit is contained in:
parent
c19c53b15b
commit
e9277bf052
11 changed files with 257 additions and 39 deletions
2
dbc.cpp
2
dbc.cpp
|
@ -2,7 +2,7 @@
|
|||
#include <iostream>
|
||||
|
||||
void dbc::log(const string &message) {
|
||||
std::cerr << message << std::endl;
|
||||
std::cerr << "!!!!!!!!!!" << message << std::endl;
|
||||
}
|
||||
|
||||
void dbc::sentinel(const string &message) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue