From 6711fcd6360a4a0a5efba95d51b1fd1cb456471c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 10 Aug 2012 19:01:36 +0000 Subject: Fixed a crash in creative inventory (FS 235, patch submitted by l0udPL) git-svn-id: http://mc-server.googlecode.com/svn/trunk@722 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cPlayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cPlayer.h') 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 -- cgit v1.2.3