From 3070db4aefbada15f908098275d218fdb5f93f23 Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Fri, 7 Apr 2017 17:57:18 +0200 Subject: [PATCH] incremented version to 2.3.5 --- Attorney_Online_remake.pro | 2 +- aoapplication.h | 2 +- packet_distribution.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index fc45718..7dc77c1 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 3a9d2e9..07d65d7 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 3fec18f..105feae 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))