projects
/
ld42_outofspace
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c69092
)
I don't think I'll bother any more with this, so I'll just make it start
master
author
John Tsiombikas
<nuclear@member.fsf.org>
Fri, 17 Aug 2018 22:53:12 +0000
(
01:53
+0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Fri, 17 Aug 2018 22:53:12 +0000
(
01:53
+0300)
from the menu for now and let it be
src/screen.cc
patch
|
blob
|
history
diff --git
a/src/screen.cc
b/src/screen.cc
index
a0aea2f
..
7688652
100644
(file)
--- a/
src/screen.cc
+++ b/
src/screen.cc
@@
-17,8
+17,8
@@
bool init_screens()
return false;
}
- //push_screen(scr_menu);
- push_screen(scr_game);
+ push_screen(scr_menu);
+ //push_screen(scr_game);
return true;
}