aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-27 19:49:30 -0400
committerMatthew Hoops2011-09-27 19:49:30 -0400
commitc581cb189a23e889ab82156d22c4a46175c2e923 (patch)
tree566173248b31e7d050a1d18d10c86fd3ad9f947a /engines/pegasus/module.mk
parent59d6b036dc66b6988ee189ba8e55a0b858a81449 (diff)
downloadscummvm-rg350-c581cb189a23e889ab82156d22c4a46175c2e923.tar.gz
scummvm-rg350-c581cb189a23e889ab82156d22c4a46175c2e923.tar.bz2
scummvm-rg350-c581cb189a23e889ab82156d22c4a46175c2e923.zip
PEGASUS: Add the Prehistoric neighborhood
Yes, the first neighborhood is here! And all the world rejoiced, yet it was still not used in the code so the rejoicing was kept to a low murmur. It's the smallest neighborhood and will be used as a testbed for the code while the other neighborhoods are coded.
Diffstat (limited to 'engines/pegasus/module.mk')
-rw-r--r--engines/pegasus/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/module.mk b/engines/pegasus/module.mk
index d0b661a77f..667ba4efff 100644
--- a/engines/pegasus/module.mk
+++ b/engines/pegasus/module.mk
@@ -45,6 +45,7 @@ MODULE_OBJS = \
neighborhood/extra.o \
neighborhood/hotspotinfo.o \
neighborhood/neighborhood.o \
+ neighborhood/prehistoric.o \
neighborhood/spot.o \
neighborhood/turn.o \
neighborhood/view.o \