♻️Clean up implicit bool conversions

This commit is contained in:
Anders Jenbo 2021-06-26 03:49:46 +02:00
commit 22b632f04a
42 changed files with 683 additions and 649 deletions

View file

@ -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 {