[Gcblue-commits] gcb_wx/src/ai Brain.cpp,1.14,1.15
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-11-27 00:46:41
|
Update of /cvsroot/gcblue/gcb_wx/src/ai In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3929/src/ai Modified Files: Brain.cpp Log Message: Index: Brain.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/ai/Brain.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Brain.cpp 24 Oct 2006 01:34:01 -0000 1.14 --- Brain.cpp 27 Nov 2006 00:46:39 -0000 1.15 *************** *** 65,68 **** --- 65,71 ---- if (platform->IsClientMode()) { + long targetId; + stream >> targetId; + unsigned char nTasks; stream >> nTasks; *************** *** 281,284 **** --- 284,289 ---- { target = target_; + + hasNewCommand = true; } |