Skip to content

Commit

Permalink
PEGASUS: Allow for initial support of the space chase
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Matthew Hoops committed Oct 28, 2011
1 parent e29d00e commit 3f69c19
Show file tree
Hide file tree
Showing 18 changed files with 1,585 additions and 933 deletions.
2 changes: 1 addition & 1 deletion engines/pegasus/items/biochips/mapimage.h
Expand Up @@ -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;
Expand Down

0 comments on commit 3f69c19

Please sign in to comment.