aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2014-08-14 21:56:33 -0400
committerMatthew Hoops2014-08-14 21:56:33 -0400
commitbf210cccc02f77d6f393593e4dd8d513eb0408a8 (patch)
tree38d689f8a3ec2af8958f0137d28f5459a91262fc /engines/pegasus/module.mk
parentd2bf7f99fd20fbc0b6126e5c8ae6833d3491d030 (diff)
downloadscummvm-rg350-bf210cccc02f77d6f393593e4dd8d513eb0408a8.tar.gz
scummvm-rg350-bf210cccc02f77d6f393593e4dd8d513eb0408a8.tar.bz2
scummvm-rg350-bf210cccc02f77d6f393593e4dd8d513eb0408a8.zip
PEGASUS: Fix bad cast that destroys the InputHandler vtable
Thanks to LordHoto for his assistance in tracking this nonsense down.
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 cb44a04171..6d69d6ea58 100644
--- a/engines/pegasus/module.mk
+++ b/engines/pegasus/module.mk
@@ -12,6 +12,7 @@ MODULE_OBJS = \
graphics.o \
hotspot.o \
input.o \
+ interaction.o \
interface.o \
menu.o \
movie.o \