improved logging (debug stuff)
This commit is contained in:
parent
aac6e0ad02
commit
c00418f7c8
4 changed files with 24 additions and 38 deletions
|
|
@ -45,6 +45,8 @@ extern crate lazy_static;
|
|||
|
||||
//Consts
|
||||
pub const SHOW_MAPGEN: bool = false;
|
||||
pub const LOG_SPAWNING: bool = true;
|
||||
pub const LOG_TICKS: bool = true;
|
||||
|
||||
#[derive(PartialEq, Copy, Clone)]
|
||||
pub enum RunState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue