mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 07:57:12 +01:00
compilation fixes
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user