The big NULL replacement party part 2.
This may take a bit. Trying to do this by operator/command.
This commit is contained in:
+1
-1
@@ -534,7 +534,7 @@ public:
|
||||
int iItem = IArg(1);
|
||||
|
||||
WheelItemBase *pItem = p->GetWheelItem( iItem );
|
||||
if( pItem == NULL )
|
||||
if( pItem == nullptr )
|
||||
luaL_error( L, "%i out of bounds", iItem );
|
||||
pItem->PushSelf( L );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user