The big NULL replacement party part 2.
This may take a bit. Trying to do this by operator/command.
This commit is contained in:
@@ -2228,7 +2228,7 @@ public:
|
||||
void Lock( unsigned iTexHandle, RageSurface *pSurface )
|
||||
{
|
||||
ASSERT( m_iTexHandle == 0 );
|
||||
ASSERT( pSurface->pixels == NULL );
|
||||
ASSERT( pSurface->pixels == nullptr );
|
||||
|
||||
CreateObject();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user