Project

General

Profile

Revision 659

Added by Jason knichel about 16 years ago

Added virtual wall support in server

View differences:

ColonetServer.cpp
288 288
PositionMonitor* ColonetServer::getPositionMonitor() {
289 289
  return &position_monitor;
290 290
}
291

  
292
VirtualWall* ColonetServer::getVirtualWall() {
293
  return &virtual_wall;
294
}

Also available in: Unified diff