File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1779,7 +1779,7 @@ void grabMultiPlayerInfo()
17791779 Int adder = 1 ; // Varible used to add on an offset to the score to make sure we don't add people to the same map
17801780
17811781 player = ThePlayerList->getLocalPlayer ();
1782- if (player)
1782+ if (player && parent )
17831783 {
17841784 const Image *image = TheMappedImageCollection->findImageByName (" MutiPlayer_ScoreScreen" );
17851785 if (image)
Original file line number Diff line number Diff line change @@ -2296,7 +2296,7 @@ void grabMultiPlayerInfo( void )
22962296 Int adder = 1 ; // Varible used to add on an offset to the score to make sure we don't add people to the same map
22972297
22982298 player = ThePlayerList->getLocalPlayer ();
2299- if (player)
2299+ if (player && parent )
23002300 {
23012301 const Image *image = TheMappedImageCollection->findImageByName (" MutiPlayer_ScoreScreen" );
23022302 if (image)
You can’t perform that action at this time.
0 commit comments