diff options
author | Matthew Hoops | 2011-10-02 23:30:49 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-10-02 23:30:49 -0400 |
commit | 0756f72c202295dd8566753cd24f6d3db18d2d88 (patch) | |
tree | bc9cedacafb2d95d716f9f04251919b1c6f94010 | |
parent | 5d8912a2ad6d685dc1c708b2cff3f0118adf8133 (diff) | |
download | scummvm-rg350-0756f72c202295dd8566753cd24f6d3db18d2d88.tar.gz scummvm-rg350-0756f72c202295dd8566753cd24f6d3db18d2d88.tar.bz2 scummvm-rg350-0756f72c202295dd8566753cd24f6d3db18d2d88.zip |
PEGASUS: Remove a change I made for testing
-rwxr-xr-x | engines/pegasus/energymonitor.h | 2 |
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% |