win32: initialize clock in oc_init() #67

Merged
MartinFouilleul merged 2 commits from fix_win32_time_init into main 2023-08-25 13:39:05 +00:00
1 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,8 @@ void oc_init()
{
memset(&oc_appData, 0, sizeof(oc_appData));
oc_clock_init();
oc_init_common();
oc_init_keys();