mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -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
|
@ -1363,7 +1363,7 @@ extern char att_player;
|
|||
void mob_hit(TMOB *mm,int dostal)
|
||||
{
|
||||
int ch;
|
||||
int mob_dostal,mob_dostal_pocet;
|
||||
int mob_dostal=0,mob_dostal_pocet=0;
|
||||
|
||||
if (mm->vlajky & MOB_PASSABLE) return;
|
||||
if (dostal>mm->vlastnosti[VLS_MAXHIT]) dostal=mm->vlastnosti[VLS_MAXHIT];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue