X-Git-Url: http://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/f71b7a038ec2ba5eea22b2647b841239eaf93aa8..5337261a68ea89b88624ca6fd7319cadd662e057:/badge/jumpnrun/enemies.h diff --git a/badge/jumpnrun/enemies.h b/badge/jumpnrun/enemies.h index c7dfa7e..c66a28e 100644 --- a/badge/jumpnrun/enemies.h +++ b/badge/jumpnrun/enemies.h @@ -14,8 +14,8 @@ struct jumpnrun_tile_range; struct jumpnrun_enemy; typedef struct jumpnrun_enemy_type { - unsigned animation_ticks_per_frame; - size_t animation_length; + uint8_t animation_ticks_per_frame; + uint8_t animation_length; badge_sprite const *animation_frames; rectangle hitbox;