Fix ui warnings
This commit is contained in:
parent
4444202a41
commit
b55809b925
6 changed files with 16 additions and 16 deletions
|
@ -659,7 +659,7 @@ Returns the next level the player has not won
|
|||
*/
|
||||
int UI_GetCurrentGame( void ) {
|
||||
int level;
|
||||
int rank;
|
||||
int rank = 0;
|
||||
int skill;
|
||||
const char *info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue