windows release build, fix book crash, fix lock, fix finale

This commit is contained in:
Ondrej Novak 2025-02-08 20:08:01 +01:00
parent 3d8ee275e4
commit d13297e4f4
24 changed files with 158 additions and 63 deletions

View file

@ -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];