projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fortschrittspeichern funktionstüchtig.
[hackover2013-badge-firmware.git]
/
badge
/
jumpnrun
/
enemies.h
diff --git
a/badge/jumpnrun/enemies.h
b/badge/jumpnrun/enemies.h
index
c7dfa7e
..
c66a28e
100644
(file)
--- 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 {
- u
nsigned
animation_ticks_per_frame;
-
size_t
animation_length;
+ u
int8_t
animation_ticks_per_frame;
+
uint8_t
animation_length;
badge_sprite const *animation_frames;
rectangle hitbox;
This page took
0.021499 seconds
and
4
git commands to generate.