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 50a92f44f..469d84701 100644 --- a/source/cPlayer.h +++ b/source/cPlayer.h @@ -79,7 +79,7 @@ public: AString GetColor(void) const; //tolua_export - void TossItem( bool a_bDraggingItem, int a_Amount = 1 ); //tolua_export + void TossItem(bool a_bDraggingItem, int a_Amount = 1, int a_CreateType = 0, int a_CreateHealth = 0); //tolua_export void Heal( int a_Health ); //tolua_export |