Revert: removal of max( level.xpScale, 0 )

pull/26/head
efinst0rm 2024-05-15 13:22:02 -05:00 committed by GitHub
parent a68bc96db9
commit 14da85a4b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ init()
level.scoreInfo = [];
level.xpScale = getDvarInt( "scr_xpscale" );
level.xpScale = max( level.xpScale, 0 );
level.rankTable = [];
precacheShader("white");