aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/items
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-28 01:24:57 -0400
committerMatthew Hoops2011-10-28 01:24:57 -0400
commit3f69c195ae5824a7f3037add447cca40e8827e6c (patch)
treef400a3dd269f8fa28727e0b336a54cb80fadfa84 /engines/pegasus/items
parente29d00e6b6020dffcd80419e707ec4b0e58bef46 (diff)
downloadscummvm-rg350-3f69c195ae5824a7f3037add447cca40e8827e6c.tar.gz
scummvm-rg350-3f69c195ae5824a7f3037add447cca40e8827e6c.tar.bz2
scummvm-rg350-3f69c195ae5824a7f3037add447cca40e8827e6c.zip
PEGASUS: Allow for initial support of the space chase
It's not ready yet, but it's slowly becoming playable. For instance, scaling, the shuttle HUD, and the energy beam work on the first try which is nothing short of a miracle. This commit also moved around some Mars constants because the previous include setup did not work; I hope to make the other neighborhoods have a separate constants file too.
Diffstat (limited to 'engines/pegasus/items')
-rwxr-xr-xengines/pegasus/items/biochips/mapimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/items/biochips/mapimage.h b/engines/pegasus/items/biochips/mapimage.h
index 43a13ac404..d21d29c63e 100755
--- a/engines/pegasus/items/biochips/mapimage.h
+++ b/engines/pegasus/items/biochips/mapimage.h
@@ -28,7 +28,7 @@
#include "pegasus/elements.h"
#include "pegasus/util.h"
-#include "pegasus/neighborhood/mars/mars.h"
+#include "pegasus/neighborhood/mars/constants.h"
namespace Common {
class ReadStream;