diff options
Diffstat (limited to 'source/cPlayer.h')
-rw-r--r-- | source/cPlayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h index 91aa9c831..8d652120a 100644 --- a/source/cPlayer.h +++ b/source/cPlayer.h @@ -85,7 +85,7 @@ public: AString GetColor(void) const; //tolua_export - void TossItem(bool a_bDraggingItem, int a_Amount = 1, int a_CreateType = 0, int a_CreateHealth = 0); //tolua_export + void TossItem(bool a_bDraggingItem, char a_Amount = 1, short a_CreateType = 0, short a_CreateHealth = 0); //tolua_export void Heal( int a_Health ); //tolua_export |