bool __fastcall sub_5CFC(int a1)
{
int n2; // eax
n2 = sub_5FBC(); /*0x5d04*/
if ( n2 == 1 ) /*0x5d0c*/
return (a1 & 0xFF000000) == 0x1000000; /*0x5d14*/
if ( n2 != 2 ) /*0x5d23*/
return 0; /*0x5d23*/
return (a1 & 0xFF000000) == 0x2000000; /*0x5d35*/
}