X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbadguy.h;h=0acdcea6c7ea53ca8edbe0d9aef0956c94fd9b7e;hb=e59a8e5e758978341d5410f09b705c4e969dc9a0;hp=258e12a9983c21eb58e8bb452736b5eb5bdb3fa8;hpb=6e7cc3b4259e75a61df2984571d0ab1994c7cceb;p=supertux.git diff --git a/src/badguy.h b/src/badguy.h index 258e12a99..0acdcea6c 100644 --- a/src/badguy.h +++ b/src/badguy.h @@ -39,6 +39,7 @@ typedef struct bad_guy_type int dir; int frame; base_type base; + base_type old_base; timer_type timer; physic_type physic; }