mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 05:53:26 +02:00
merge
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <graphics/graphics.h>
|
||||
#include <graphics/fonts.h>
|
||||
#include <ui/uicontainer.h>
|
||||
//#include <net/connection.h>
|
||||
#include <net/connection.h>
|
||||
|
||||
Engine g_engine;
|
||||
|
||||
@@ -69,7 +69,7 @@ void Engine::run()
|
||||
Platform::poll();
|
||||
|
||||
// poll network events
|
||||
//Connection::poll();
|
||||
Connection::poll();
|
||||
|
||||
// poll diaptcher tasks
|
||||
g_dispatcher.poll();
|
||||
|
Reference in New Issue
Block a user