compilation fixes

This commit is contained in:
Eduardo Bart
2011-04-07 06:36:02 -03:00
parent 6451e36240
commit 21bcbf9a97
17 changed files with 79 additions and 72 deletions

View File

@@ -91,9 +91,9 @@ int main(int argc, const char *argv[])
// load configurations
if(!g_configs.load("config.yml"))
notice("Could not read configuration file, default configurations will be used.");
logInfo("Could not read configuration file, default configurations will be used.");
notice("OTClient 0.1.0");
logInfo("OTClient 0.1.0");
// create the window
Platform::createWindow(g_configs.getInteger("window x"), g_configs.getInteger("window y"),