mirror of
https://github.com/glest/glest-source.git
synced 2025-10-03 02:41:50 +02:00
* quick-fix for static initialisation problem in ImageReaders
* fix error in two part NetworkMessageCommandList receive
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#include "leak_dumper.h"
|
||||
#include "network_interface.h"
|
||||
|
||||
#include "ImageReaders.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace Shared::Platform;
|
||||
using namespace Shared::Util;
|
||||
@@ -258,7 +260,7 @@ void MainWindow::eventClose(){
|
||||
// =====================================================
|
||||
|
||||
int glestMain(int argc, char** argv){
|
||||
|
||||
Shared::Graphics::ImageRegisterer::registerImageReaders();
|
||||
SystemFlags::enableNetworkDebugInfo = true;
|
||||
SystemFlags::enableDebugText = true;
|
||||
|
||||
|
Reference in New Issue
Block a user