aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-02 23:30:49 -0400
committerMatthew Hoops2011-10-02 23:30:49 -0400
commit0756f72c202295dd8566753cd24f6d3db18d2d88 (patch)
treebc9cedacafb2d95d716f9f04251919b1c6f94010
parent5d8912a2ad6d685dc1c708b2cff3f0118adf8133 (diff)
downloadscummvm-rg350-0756f72c202295dd8566753cd24f6d3db18d2d88.tar.gz
scummvm-rg350-0756f72c202295dd8566753cd24f6d3db18d2d88.tar.bz2
scummvm-rg350-0756f72c202295dd8566753cd24f6d3db18d2d88.zip
PEGASUS: Remove a change I made for testing
-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%