|
|
|
@ -6,6 +6,7 @@
|
|
|
|
|
#include <MyGUI_ImageBox.h>
|
|
|
|
|
|
|
|
|
|
#include <components/esm/loadmgef.hpp>
|
|
|
|
|
#include <components/settings/settings.hpp>
|
|
|
|
|
|
|
|
|
|
#include "../mwbase/world.hpp"
|
|
|
|
|
#include "../mwbase/environment.hpp"
|
|
|
|
@ -134,7 +135,8 @@ namespace MWGui
|
|
|
|
|
MWBase::Environment::get().getWindowManager()->getGameSettingString("spoint", "") );
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (effectIt->mRemainingTime > -1) {
|
|
|
|
|
if (effectIt->mRemainingTime > -1 &&
|
|
|
|
|
Settings::Manager::getBool("show effect duration","Game")) {
|
|
|
|
|
sourcesDescription += " #{sDuration}: ";
|
|
|
|
|
float duration = effectIt->mRemainingTime;
|
|
|
|
|
if (duration > 3600) {
|
|
|
|
|