From 9d8e5c0df49a6a6d52f71c31f3ab0b406ad84ede Mon Sep 17 00:00:00 2001 From: Bertrand Augereau Date: Mon, 15 Aug 2011 17:11:11 +0200 Subject: DREAMWEB: 'updatepeople' ported to C++ --- engines/dreamweb/dreamgen.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/dreamweb/dreamgen.h') diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h index 16b23db749..851c87d00c 100644 --- a/engines/dreamweb/dreamgen.h +++ b/engines/dreamweb/dreamgen.h @@ -625,7 +625,6 @@ public: static const uint16 addr_reconstruct = 0xc1ac; static const uint16 addr_soundonreels = 0xc1a8; static const uint16 addr_reelsonscreen = 0xc1a0; - static const uint16 addr_updatepeople = 0xc198; static const uint16 addr_widedoor = 0xc18c; static const uint16 addr_doorway = 0xc188; static const uint16 addr_constant = 0xc184; @@ -1416,7 +1415,7 @@ public: void eden(); void showdiary(); void purgealocation(); - void updatepeople(); + //void updatepeople(); void slabdoorf(); void addtopeoplelist(); void hangoncurs(); -- cgit v1.2.3