mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 02:11:58 -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
|
@ -142,12 +142,10 @@ int load_enemy_paths(TMPFILE_RD *f)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static EVENT_PROC(mob_reload)
|
||||
{
|
||||
static void mob_reload(EVENT_MSG *msg,void **){
|
||||
static int counter=0;
|
||||
|
||||
user_ptr;
|
||||
WHEN_MSG(E_KOUZLO_KOLO)
|
||||
if (msg->msg = E_KOUZLO_KOLO)
|
||||
{
|
||||
if (insleep) return;
|
||||
if (counter++==10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue