mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-22 14:23:53 +00:00
parent
8a2a62ea1d
commit
119bff3514
1373 changed files with 12049 additions and 12049 deletions
|
|
@ -20,8 +20,8 @@ int SlotProgressControl::GetValue()
|
|||
if( pvUserData != NULL )
|
||||
{
|
||||
SlotControlUserDataContainer* pUserDataContainer = (SlotControlUserDataContainer*)pvUserData;
|
||||
|
||||
std::shared_ptr<ItemInstance> item = std::shared_ptr<ItemInstance>();
|
||||
|
||||
shared_ptr<ItemInstance> item = shared_ptr<ItemInstance>();
|
||||
|
||||
if( pUserDataContainer->slot != NULL )
|
||||
{
|
||||
|
|
@ -68,8 +68,8 @@ void SlotProgressControl::GetRange(int *pnRangeMin, int *pnRangeMax)
|
|||
if( pvUserData != NULL )
|
||||
{
|
||||
SlotControlUserDataContainer* pUserDataContainer = (SlotControlUserDataContainer*)pvUserData;
|
||||
|
||||
std::shared_ptr<ItemInstance> item = std::shared_ptr<ItemInstance>();
|
||||
|
||||
shared_ptr<ItemInstance> item = shared_ptr<ItemInstance>();
|
||||
|
||||
if( pUserDataContainer->slot != NULL )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue