init clock before displaying it, not after

This commit is contained in:
Andrzej Rybczak
2009-01-19 14:22:05 +01:00
parent 0a6272c6db
commit 582725f2f9

View File

@@ -3748,8 +3748,8 @@ int main(int argc, char *argv[])
current_screen = csClock;
// redraw_screen = 1;
redraw_header = 1;
wCurrent->Display();
InitClock();
wCurrent->Display();
}
}
# endif // ENABLE_CLOCK