diff options
author | Luis Ferro <luis.ferro@eggplant.io> | 2019-11-12 16:07:29 +0100 |
---|---|---|
committer | Luis Ferro <luis.ferro@eggplant.io> | 2019-11-12 16:07:29 +0100 |
commit | 8b11578ed5d2b254c7b0f827170aadac6490434b (patch) | |
tree | 4dd84347c10919c29d873210f02cf96b86b3e240 /src/main.rs | |
parent | 44146c74c913a72f79f94280a5daa40f33e6c05b (diff) |
Rendering stuff
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs index 11cac4d..b59d587 100644 --- a/src/main.rs +++ b/src/main.rs @@ -39,9 +39,6 @@ fn main() { state.init(); - // Dump the whole dungeon structure in terminal for debugging - state.debug(); - window.keypad(true); noecho(); @@ -52,7 +49,7 @@ fn main() { // update character state.show_character(&window); - + // get input and execute it match window.getch() { |