aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Attorney_Online_remake.pro2
-rw-r--r--aoapplication.h2
-rw-r--r--packet_distribution.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro
index fc457181..7dc77c1a 100644
--- a/Attorney_Online_remake.pro
+++ b/Attorney_Online_remake.pro
@@ -13,7 +13,7 @@ RC_ICONS = logo.ico
TARGET = Attorney_Online_remake
TEMPLATE = app
-VERSION = 2.3.4.0
+VERSION = 2.3.5.0
SOURCES += main.cpp\
lobby.cpp \
diff --git a/aoapplication.h b/aoapplication.h
index 3a9d2e93..07d65d72 100644
--- a/aoapplication.h
+++ b/aoapplication.h
@@ -137,7 +137,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 3;
- const int MINOR_VERSION = 4;
+ const int MINOR_VERSION = 5;
QString user_theme = "default";
diff --git a/packet_distribution.cpp b/packet_distribution.cpp
index 3fec18f6..105feae2 100644
--- a/packet_distribution.cpp
+++ b/packet_distribution.cpp
@@ -188,7 +188,7 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
if (f_packet.contains("customobjections",Qt::CaseInsensitive))
custom_objection_enabled = true;
if (f_packet.contains("fastloading",Qt::CaseInsensitive))
- //improved_loading_enabled = true;
+ improved_loading_enabled = true;
if (f_packet.contains("noencryption",Qt::CaseInsensitive))
encryption_needed = false;
if (f_packet.contains("deskmod",Qt::CaseInsensitive))