[Gcblue-commits] gcb_wx/include/common wxcommands.h,1.19,1.20
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-04-06 02:20:28
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30667/include/common Modified Files: wxcommands.h Log Message: Added join game button for multiplayer, started carrier and airfield multiplayer support Index: wxcommands.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/wxcommands.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** wxcommands.h 6 Sep 2004 01:08:02 -0000 1.19 --- wxcommands.h 6 Apr 2005 02:19:48 -0000 1.20 *************** *** 51,55 **** ID_MULTIPLAYERMODE = 150, ///< 0 - none, 1 - client, 2 - server ID_CONNECT = 160, ! ID_SENDTEST = 170, ID_CHATPROTOCOL = 180 }; --- 51,55 ---- ID_MULTIPLAYERMODE = 150, ///< 0 - none, 1 - client, 2 - server ID_CONNECT = 160, ! ID_JOINGAME = 170, ID_CHATPROTOCOL = 180 }; |