CommitLog |
This commit is contained in:
parent
e60c04be85
commit
bc21fc5141
6 changed files with 13 additions and 7 deletions
|
@ -313,7 +313,9 @@ if(energy >= 20)
|
|||
<arguments>
|
||||
<argument>
|
||||
<kind>1</kind>
|
||||
<string>if(dead == false)
|
||||
<string>/// Show Game over screen
|
||||
|
||||
if(dead == false)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Reference in a new issue