From acbd19bec43302ec97e0f00513351410dc540618 Mon Sep 17 00:00:00 2001 From: uruk Date: Sun, 8 Jun 2014 12:42:05 +0200 Subject: CGE2: Some rework in Map. --- engines/cge2/map.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'engines/cge2/map.h') diff --git a/engines/cge2/map.h b/engines/cge2/map.h index 7b792b25dd..10448f0fd5 100644 --- a/engines/cge2/map.h +++ b/engines/cge2/map.h @@ -39,13 +39,14 @@ class Map { CGE2Engine *_vm; Common::Array _container; - int convertCoord(int coord); + int convertCoord(int coord); + int nextNum(char *currPos); public: Map(CGE2Engine *vm); ~Map(); - void load(int cave); - int size(); void clear(); + void load(int scene); + int size(); V2D &operator[](int idx); }; -- cgit v1.2.3