mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-04 21:50:38 -04:00
windows release build, fix book crash, fix lock, fix finale
This commit is contained in:
parent
3d8ee275e4
commit
d13297e4f4
24 changed files with 158 additions and 63 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue