diff options
Diffstat (limited to 'src/genericobject.h')
-rw-r--r-- | src/genericobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genericobject.h b/src/genericobject.h index a182c65f3..c83b310d1 100644 --- a/src/genericobject.h +++ b/src/genericobject.h @@ -63,7 +63,7 @@ std::string gob_cmd_set_sprite( bool select_horiz_by_yawpitch ); -std::string gob_cmd_punched(s16 damage, s16 result_hp); +std::string gob_cmd_punched(u16 result_hp); std::string gob_cmd_update_armor_groups(const ItemGroupList &armor_groups); |