X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy.h;h=0335351be3b13c5e3dbc5ddd6ad9cc846db0c1c2;hb=cf4a9fe888b3faa0fcfd45870af756a5955d9030;hp=87b03fee791bb795488a2706f38ce5d3684ba39d;hpb=472fe3c759427295b877bf7d32f176f7a72be90e;p=supertux.git diff --git a/src/badguy.h b/src/badguy.h index 87b03fee7..0335351be 100644 --- a/src/badguy.h +++ b/src/badguy.h @@ -92,11 +92,12 @@ public: Direction dir; + Timer frozen_timer; // gets frozen when a ice shot hits it + private: bool removable; bool seen; int squishcount; /// number of times this enemy was squiched - Timer frozen_timer; // gets frozen when a ice shot hits it Timer timer; Physic physic;