Merge remote-tracking branch 'bwrsandman/master' into next

This commit is contained in:
Marc Zinnschlag 2012-11-07 10:40:40 +01:00
commit 0805301922
2 changed files with 2 additions and 0 deletions

View file

@ -120,6 +120,7 @@ namespace MWGui
int hour = MWBase::Environment::get().getWorld ()->getTimeStamp ().getHour ();
bool pm = hour >= 12;
if (hour >= 13) hour -= 12;
if (hour == 0) hour = 12;
std::string dateTimeText =
boost::lexical_cast<std::string>(MWBase::Environment::get().getWorld ()->getDay ()) + " "

View file

@ -25,6 +25,7 @@ Jacob Essex (Yacoby)
Jannik Heller (scrawl)
Jason Hooks (jhooks)
Karl-Felix Glatzer (k1ll)
Leon Saunders (emoose)
Lukasz Gromanowski (lgro)
Michael Mc Donnell
Michael Papageorgiou (werdanith)