From 26c328e73f8da4866105a7a7a0ac4429f4f09113 Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Mon, 23 Jan 2012 14:55:00 +0100 Subject: [PATCH] added some more comments to avoid further confusion --- apps/openmw/mwworld/world.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/openmw/mwworld/world.hpp b/apps/openmw/mwworld/world.hpp index a3daa16dab..22860b883a 100644 --- a/apps/openmw/mwworld/world.hpp +++ b/apps/openmw/mwworld/world.hpp @@ -140,12 +140,16 @@ namespace MWWorld void disable (Ptr reference); void advanceTime (double hours); + ///< Advance in-game time. void setHour (double hour); + ///< Set in-game time hour. void setMonth (int month); + ///< Set in-game time month. void setDay (int day); + ///< Set in-game time day. bool toggleSky(); ///< \return Resulting mode