The big NULL replacement party part 3.
Getting there I think.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ const Style *StyleID::ToStyle() const
|
||||
{
|
||||
const Game* pGame = GAMEMAN->StringToGame( sGame );
|
||||
if( pGame == nullptr )
|
||||
return NULL;
|
||||
return nullptr;
|
||||
|
||||
return GAMEMAN->GameAndStringToStyle( pGame, sStyle );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user