Funktion: BOOL CWorld::LoadObject( int nLayer )
PHP Code:
if( file.Open( strLandTemp,"rb" ) == FALSE )
return FALSE;
PHP Code:
if( file.Open( strLandTemp,"rb" ) == FALSE )
{
#ifdef __DRABUR_FIX_0001
Error("%s File[%s] not found", __FUNCTION__, strLandTemp );
#endif // __DRABUR_FIX_0001
return FALSE;
}
Keiner braucht hier zu schreiben das es unnötig ist.






