From 8b641c4c15aa5ac52d255ff3ecdfedd51a6bd3c2 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Sat, 8 Jan 2005 08:21:30 +0000 Subject: [PATCH] this is odd code --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index e2ceaea0a..698a9ad38 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -3163,7 +3163,7 @@ static void mainloop(void) playsound(0, control_sound, 0); - if (cur_tool == TOOL_TEXT) + if (cur_tool == TOOL_TEXT) // Huh? It had better be! { // need to invalidate all the cached user fonts, causing reload on demand int i;