Use main.cpp and disable healing for now.
This commit is contained in:
parent
c47e688b0b
commit
f5f8cdba37
3 changed files with 3 additions and 2 deletions
|
@ -118,7 +118,8 @@ void GameEngine::SUCCESS(GameEvent ev) {
|
|||
assert(ev == GameEvent::BUILD_DONE && "success state expected BUILD_DONE");
|
||||
++rounds;
|
||||
++streak;
|
||||
heal();
|
||||
dbc::log("healing is disabled for now");
|
||||
// heal();
|
||||
state(GameState::IDLE);
|
||||
}
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ sources = [
|
|||
|
||||
|
||||
executable('escape_turings_tarpit', sources + [
|
||||
'escape_turings_tarpit.cpp'
|
||||
'main.cpp'
|
||||
],
|
||||
cpp_args: cpp_args,
|
||||
link_args: link_args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue