mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Make temp death text actually render
This commit is contained in:
Binary file not shown.
@@ -969,7 +969,9 @@ int main(int argc, char *argv[])
|
||||
while(Player.integrity > 0)
|
||||
game_tick();
|
||||
|
||||
screen_clear();
|
||||
printf("you ded\n");
|
||||
screen_flipbuffer();
|
||||
|
||||
free(buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user