mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-23 15:44:47 -04:00
#3 fix issues reported by an ARM64 compiler
This commit is contained in:
parent
b22149a13a
commit
27c803f040
6 changed files with 11 additions and 11 deletions
|
@ -745,7 +745,7 @@ static void wait_timer(EVENT_MSG *msg, void **udata) {
|
|||
}
|
||||
}
|
||||
|
||||
void effect_show(va_list args)
|
||||
void effect_show()
|
||||
{
|
||||
int i;
|
||||
char s = exit_wait;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue