if(str == strtolower(scores_label[j]))\r
goto found; // sorry, but otherwise fteqcc -O3 miscompiles this and warns about "unreachable code"\r
:notfound\r
- if(str == "frags" && !gametype == GAME_RPG)\r
+ if(str == "frags" && !(gametype == GAME_RPG))\r
{\r
j = SP_FRAGS;\r
}\r
// RPG stuff\r
void ScoreRules_rpg()\r
{\r
- ScoreRules_basics(0, 0, 0, FALSE);\r
ScoreInfo_SetLabel_PlayerScore(SP_SCORE, "", SFL_SORT_PRIO_PRIMARY | SFL_ALLOW_HIDE);\r
ScoreRules_basics_end();\r
}
\ No newline at end of file