Ticket #1115: t1115-unused-variable-r.patch

File t1115-unused-variable-r.patch, 714 bytes (added by Echelon9, 12 years ago)
  • source/simulation2/components/CCmpObstructionManager.cpp

     
    906906    }
    907907}
    908908
    909 bool CCmpObstructionManager::FindMostImportantObstruction(const IObstructionTestFilter& filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, ObstructionSquare& square)
     909bool CCmpObstructionManager::FindMostImportantObstruction(const IObstructionTestFilter& filter, entity_pos_t x, entity_pos_t z, entity_pos_t UNUSED(r), ObstructionSquare& square)
    910910{
    911911    std::vector<ObstructionSquare> squares;
    912912