forked from dolphin-emu/dolphin
Misc. style fixes
This commit is contained in:
@@ -235,7 +235,7 @@ public:
|
||||
|
||||
while (true)
|
||||
{
|
||||
u8 shouldExist = (list_cur ? 1 : 0);
|
||||
u8 shouldExist = !!list_cur;
|
||||
Do(shouldExist);
|
||||
if (shouldExist == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user