From 37afe966cfa6d1bcc1fee445d0768d18a44cc251 Mon Sep 17 00:00:00 2001 From: scrawl Date: Sat, 11 Jun 2016 21:25:40 +0200 Subject: [PATCH] Update comment --- apps/openmw/mwmechanics/aiwander.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwmechanics/aiwander.hpp b/apps/openmw/mwmechanics/aiwander.hpp index c7fbd1bd30..2a277de162 100644 --- a/apps/openmw/mwmechanics/aiwander.hpp +++ b/apps/openmw/mwmechanics/aiwander.hpp @@ -35,7 +35,7 @@ namespace MWMechanics /// Constructor /** \param distance Max distance the ACtor will wander \param duration Time, in hours, that this package will be preformed - \param timeOfDay Start time of the package, if it has a duration. Currently unimplemented + \param timeOfDay Currently unimplemented. Not functional in the original engine. \param idle Chances of each idle to play (9 in total) \param repeat Repeat wander or not **/ AiWander(int distance, int duration, int timeOfDay, const std::vector& idle, bool repeat);