is it 2015 already..?

setup/simpleImg:
 - also prefer PNG over BLP when generating icons
 - do not use alpha on icons (see icon: fishingextravaganza)
This commit is contained in:
Sarjuuk
2015-05-18 23:04:12 +02:00
parent 1d6ecc86d7
commit 3d80041df9
4 changed files with 37 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ function build()
$allOk = false;
CLISetup::log(' - subscript \''.$file.'\' returned '.($ok ? 'sucessfully' : 'with errors'), $ok ? CLISetup::LOG_OK : CLISetup::LOG_ERROR);
set_time_limit(SqlGen::$defaultExecTime); // reset to default for the next script
set_time_limit(FileGen::$defaultExecTime); // reset to default for the next script
}
// end