diff --git a/21g30t1e75.js b/21g30t1e75.js index c4a393e..51e8378 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -234,6 +234,7 @@ GameLib.CustomCode.prototype.waitReload = function(delta) { if (this.state.lives <= 0) { this.state.gameOver = true; this.state.message = "GAME OVER"; + this.displayHUD(); return; }