diff --git a/apps/openmw/mwgui/waitdialog.cpp b/apps/openmw/mwgui/waitdialog.cpp index 71fd108dc..31b5cce35 100644 --- a/apps/openmw/mwgui/waitdialog.cpp +++ b/apps/openmw/mwgui/waitdialog.cpp @@ -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(MWBase::Environment::get().getWorld ()->getDay ()) + " " diff --git a/credits.txt b/credits.txt index 45611a2d6..c9f98861c 100644 --- a/credits.txt +++ b/credits.txt @@ -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)