From 0756f72c202295dd8566753cd24f6d3db18d2d88 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 2 Oct 2011 23:30:49 -0400 Subject: PEGASUS: Remove a change I made for testing --- engines/pegasus/energymonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% -- cgit v1.2.3