Skip to content

Commit

Permalink
Debug build fix of #3085
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Sep 26, 2023
1 parent 3b51915 commit 988fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/gameplay/VehicleAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void VehicleAI::addWaypoints(AngelScript::CScriptDictionary& d)

Ogre::Vector3 VehicleAI::getTranslation(int offset, unsigned int wp)
{
ROR_ASSERT(wp < App::GetGuiManager()->SurveyMap.ai_waypoints.size());
ROR_ASSERT(wp < App::GetGuiManager()->TopMenubar.ai_waypoints.size());

Ogre::Vector3 translation = Ogre::Vector3::ZERO;

Expand Down

0 comments on commit 988fba3

Please sign in to comment.