aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xengines/pegasus/energymonitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/energymonitor.h b/engines/pegasus/energymonitor.h
index cb1170cd10..cb5d4498fc 100755
--- a/engines/pegasus/energymonitor.h
+++ b/engines/pegasus/energymonitor.h
@@ -53,7 +53,7 @@ protected:
// These are in seconds.
// Max is two hours
-static const uint32 kMaxJMPEnergy = 60 * 1;
+static const uint32 kMaxJMPEnergy = 7200;
static const uint32 kCasualEnergy = kMaxJMPEnergy * 100 / 100; // 100%
static const uint32 kWorriedEnergy = kMaxJMPEnergy * 50 / 100; // 50%