mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 20:26:45 -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
|
@ -1511,7 +1511,7 @@ void postavy_teleport_effect(int sector,int dir,int postava,char effect)
|
|||
while (running_anm) do_events();
|
||||
play_sample_at_channel(H_SND_TELEPIN,2,100);
|
||||
play_big_mgif_animation(H_TELEPORT);
|
||||
while (!running_anm) task_sleep(NULL);
|
||||
while (!running_anm) task_sleep();
|
||||
kolo=global_anim_counter;
|
||||
if (norefresh)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue