aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/energymonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/energymonitor.h')
-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 cb5d4498fc..cb1170cd10 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 = 7200;
+static const uint32 kMaxJMPEnergy = 60 * 1;
static const uint32 kCasualEnergy = kMaxJMPEnergy * 100 / 100; // 100%
static const uint32 kWorriedEnergy = kMaxJMPEnergy * 50 / 100; // 50%