RaiseWater implemented. Set Debug RaiseWater to true to activate it. And fixed second stage crashing.

This commit is contained in:
PlatinumSkink
2015-10-22 14:04:36 +02:00
parent 59c23026d2
commit 54f8fcd185
14 changed files with 143 additions and 68 deletions
+2 -1
View File
@@ -79,8 +79,9 @@ bool dd::Systems::LifeSystem::OnLifeLost(const dd::Events::LifeLost &event)
{
if (!m_GodMode){
SetLives(Lives() - 1);
return true;
}
return true;
return false;
}
bool dd::Systems::LifeSystem::OnPause(const dd::Events::Pause &event)