From 4b440c0ac3040267be036e536c3e1ad69a5ef49d Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 15 Mar 2011 04:52:35 +0100 Subject: refactored WorldMap to use the same init method as Nintendo (function chains) --- include/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 13e5be2..152c864 100755 --- a/include/game.h +++ b/include/game.h @@ -853,6 +853,8 @@ public: fBase_c *GetParent(); fBase_c *GetChild(); fBase_c *GetNext(); + + bool hasUninitialisedProcesses(); // 80162B60 }; class dBase_c : public fBase_c { -- cgit v1.2.3