mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 10:21:51 -04:00
import sdl, some tests, nothing work yet
This commit is contained in:
parent
a7278bac40
commit
378b5586ab
37 changed files with 721 additions and 167 deletions
|
@ -170,7 +170,7 @@ static void dialog_anim(va_list args)
|
|||
anm=open_mgif(aptr);
|
||||
while (anm!=NULL && task_quitmsg())
|
||||
{
|
||||
task_sleep(NULL);
|
||||
task_sleep();
|
||||
if (!spdc)
|
||||
{
|
||||
if (ms_last_event.x<=PIC_X+320 && ms_last_event.y<=PIC_Y+180)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue