[Gcblue-commits] gcb_wx/src/graphics tcMapView.cpp,1.12,1.13
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-12-28 23:51:39
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4432/src/graphics Modified Files: tcMapView.cpp Log Message: Group selection Ctrl and Alt+number commands Index: tcMapView.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcMapView.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tcMapView.cpp 11 Dec 2004 01:09:06 -0000 1.12 --- tcMapView.cpp 28 Dec 2004 23:51:24 -0000 1.13 *************** *** 2286,2289 **** --- 2286,2294 ---- } + void tcTacticalMapView::SetGroupHook(std::vector<long>& hookedUnits) + { + hookedId = hookedUnits; + } + /** * If id != -1, sets hookedId to have one element equal to id, |