This commit is contained in:
		| @@ -29,7 +29,7 @@ init_stub() | ||||
|     level.scoreinfo = []; | ||||
|     level.xpscale = getdvarint( "scr_xpscale" ); | ||||
|  | ||||
|     level.xpscale = max( level.xpscale, 0 ); | ||||
|     level.xpscale = max( level.xpscale, 1 ); | ||||
|     level.ranktable = []; | ||||
|     level.weaponranktable = []; | ||||
|     precacheshader( "white" ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user