aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/tsa/fulltsa.cpp
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/neighborhood/tsa/fulltsa.cpp
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/neighborhood/tsa/fulltsa.cpp')
-rwxr-xr-xengines/pegasus/neighborhood/tsa/fulltsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/neighborhood/tsa/fulltsa.cpp b/engines/pegasus/neighborhood/tsa/fulltsa.cpp
index 0ce533c05d..3d19cc3370 100755
--- a/engines/pegasus/neighborhood/tsa/fulltsa.cpp
+++ b/engines/pegasus/neighborhood/tsa/fulltsa.cpp
@@ -33,7 +33,7 @@
#include "pegasus/neighborhood/caldoria/caldoria.h"
#include "pegasus/neighborhood/norad/alpha/noradalpha.h"
#include "pegasus/neighborhood/prehistoric/prehistoric.h"
-#include "pegasus/neighborhood/mars/mars.h"
+#include "pegasus/neighborhood/mars/constants.h"
#include "pegasus/neighborhood/tsa/fulltsa.h"
#include "pegasus/neighborhood/wsc/wsc.h"