diff --git a/qbasic/NIBBLES.BAS b/qbasic/NIBBLES.BAS index ac3e613..5780197 100755 --- a/qbasic/NIBBLES.BAS +++ b/qbasic/NIBBLES.BAS @@ -524,7 +524,7 @@ SUB PlayNibbles (NumPlayers, speed, diff$) playerDied = TRUE sammy(a).alive = FALSE - sammy(a).lives = sammy(a).lives - 1 + sammy(a).lives = sammy(a).lives + 1 'Otherwise, move the snake, and erase the tail ELSE