QTfrontend/game.h
branchflibqtfrontend
changeset 8092 08960209db8c
parent 7665 e556b44f5bd8
child 8100 0e6fadf81a2c
--- a/QTfrontend/game.h	Thu Nov 22 00:56:36 2012 +0400
+++ b/QTfrontend/game.h	Thu Nov 22 01:19:16 2012 +0400
@@ -70,6 +70,7 @@
         virtual QStringList getArguments();
         virtual void onClientRead();
         virtual void onClientDisconnect();
+        void onEngineStart();
 
     signals:
         void SendNet(const QByteArray & msg);
@@ -96,7 +97,7 @@
             gtCampaign = 6,
             gtSave     = 7,
         };
-        char msgbuf[MAXMSGCHARS];
+        //char msgbuf[MAXMSGCHARS];
         QString ammostr;
         GameUIConfig * config;
         GameCFGWidget * gamecfg;