diff options
Diffstat (limited to 'src/shooterScreen.c')
-rw-r--r-- | src/shooterScreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shooterScreen.c b/src/shooterScreen.c index d9daaa8..91e3b11 100644 --- a/src/shooterScreen.c +++ b/src/shooterScreen.c @@ -246,7 +246,7 @@ void drawUIShooterScreen(ShooterScreen* shooterScreen, Game* game) size_t bufSize = 100; char buf[bufSize]; - snprintf(buf, bufSize, "Time playing: %d\nPenguins still awake: %d", + snprintf(buf, bufSize, "They are sleeping not dead (:\nTime playing: %d\nPenguins still awake: %d", (int)(GetTime() - shooterScreen->startTime), SHOOTER_PENGUIN_COUNT - shooterScreen->killCount); |