line 994 of CvMainInterfacePLE under interfaceScreen
#screen.setText( szName, "Background", u"", CvUtil.FONT_RIGHT_JUSTIFY, 996, 622, -0.3, FontTypes.SMALL_FONT, WidgetTypes.WIDGET_CONTACT_CIV, i, -1 )
screen.setTextAt( szName, "ScoreBackground", u"", CvUtil.FONT_RIGHT_JUSTIFY, 0, 0, -0.3, FontTypes.SMALL_FONT, WidgetTypes.WIDGET_CONTACT_CIV, i, -1 )
line 4965 under updateInfoPaneStrings
#screen.setText( szName, "Background", szBuffer, CvUtil.FONT_RIGHT_JUSTIFY, xResolution - 12, yCoord - (iCount * iBtnHeight), -0.3, FontTypes.SMALL_FONT, iWidgetType, iPlayer, -1 )
screen.setTextAt( szName, "ScoreBackground", szBuffer, CvUtil.FONT_RIGHT_JUSTIFY, 0, 0 - (iBtnHeight* iCount) + yResolution, -0.3, FontTypes.SMALL_FONT, iWidgetType, ePlayer, -1 )
line 1072 of CvMainInterface under interfaceScreen
#screen.setText( szName, "Background", u"", CvUtil.FONT_RIGHT_JUSTIFY, 996, 622, -0.3, FontTypes.SMALL_FONT, WidgetTypes.WIDGET_CONTACT_CIV, i, -1 )
screen.setTextAt( szName, "ScoreBackground", u"", CvUtil.FONT_RIGHT_JUSTIFY, 0, 0, -0.3, FontTypes.SMALL_FONT, WidgetTypes.WIDGET_CONTACT_CIV, i, -1 )
line 5359 under updateScoreStrings
#screen.setText( szName, "Background", szBuffer, CvUtil.FONT_RIGHT_JUSTIFY, xResolution - 12, yCoord - (iCount * iBtnHeight), -0.3, FontTypes.SMALL_FONT, iWidgetType, iPlayer, -1 )
screen.setTextAt( szName, "ScoreBackground", szBuffer, CvUtil.FONT_RIGHT_JUSTIFY, 0, 0 - (iBtnHeight* iCount) + yResolution, -0.3, FontTypes.SMALL_FONT, iWidgetType, ePlayer, -1 )