Skip to content

Commit

Permalink
Note to update README.md if game-ending ever changes
Browse files Browse the repository at this point in the history
  • Loading branch information
billkendrick committed Sep 13, 2023
1 parent 62959ee commit 2e5bd75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game.c
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
Bill Kendrick <bill@newbreedsoftware.com>
http://www.newbreedsoftware.com/firefighter/
2023-08-15 - 2023-09-11
2023-08-15 - 2023-09-13
*/

#include <atari.h>
@@ -1107,6 +1107,7 @@ void drop_civilians(char why) {
draw_score();
}

/* NOTE: If this is changed, update the README.md! */
if (civilians_died >= 3) {
/* Too many died? Game over */
draw_text("G A M E O V E R", scr_mem + 2);

0 comments on commit 2e5bd75

Please sign in to comment.