removed print "break true" when pressing ESC with render window active.

This commit is contained in:
2004-04-27 12:17:16 +00:00
parent 4f815a52f1
commit 4641463589

View File

@@ -703,7 +703,6 @@ static int test_break(void)
// render_win can be closed in winlay_process_events()
if (render_win == 0 || (render_win->flags & RW_FLAGS_ESCAPE)) {
G.afbreek= 1;
printf("break true\n");
}
}
}