Program version is now in a const from a generated file, not a static macro. Plus all the mess I had to make to get that to work.

This commit is contained in:
Ben "root" Anderson
2015-01-28 19:21:24 -06:00
parent 0d394e269d
commit 7a33b8a44a
8 changed files with 29 additions and 57 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ void NetworkSyncManager::PostStartUp( const RString& ServerIP )
m_packet.Write1( NETPROTOCOLVERSION );
m_packet.WriteNT( RString(PRODUCT_ID_VER) );
m_packet.WriteNT( RString( string(PRODUCT_FAMILY) + product_version ) );
/* Block until response is received.
* Move mode to blocking in order to give CPU back to the system,