From 15a1c6a9b22c723f0ceb7206f51bdd4d8500afb4 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Tue, 4 Jan 2005 01:50:18 +0000 Subject: [PATCH] show Tux at start-up so he is not missing --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 2d4eb2162..31b91c0f3 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -2246,9 +2246,9 @@ int main(int argc, char * argv[]) SDL_Flip(screen); + draw_tux_text(tool_tux[cur_tool], tool_tips[cur_tool], 1); /* Main loop! */ - mainloop();