♻️Clean up implicit bool conversions
This commit is contained in:
parent
ff145b422d
commit
22b632f04a
42 changed files with 683 additions and 649 deletions
|
|
@ -351,7 +351,7 @@ bool pfile_get_file_name(uint8_t lvl, char *dst)
|
|||
const char *fmt;
|
||||
|
||||
if (gbIsMultiplayer) {
|
||||
if (lvl)
|
||||
if (lvl != 0)
|
||||
return false;
|
||||
fmt = "hero";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue