windows release build, fix book crash, fix lock, fix finale

This commit is contained in:
Ondrej Novak 2025-02-08 20:08:01 +01:00
parent 3d8ee275e4
commit d13297e4f4
24 changed files with 158 additions and 63 deletions

View file

@ -173,7 +173,7 @@ EVENT_MSG *task_wait_event(int32_t event_number) {
return cur_message;
}
int q_any_task() {
return task_list.size();
return (int)task_list.size();
}
char task_quitmsg() {
if (current_task_inst == NULL) return 0;