Weeded out some more unused code, and some restructuring.

svn-id: r35377
This commit is contained in:
Nicola Mettifogo 2008-12-15 07:15:29 +00:00
parent 6b043aa05b
commit c76f0bdb10
6 changed files with 44 additions and 170 deletions

View file

@ -123,6 +123,7 @@ class Input;
class DialogueManager;
class MenuInputHelper;
struct Location {
Common::Point _startPosition;
@ -301,6 +302,7 @@ public:
protected:
void runGame();
void runGameFrame(int event);
void runGuiFrame();
void cleanupGui();
void runDialogueFrame();
@ -308,7 +310,6 @@ protected:
void runCommentFrame();
void enterCommentMode(ZonePtr z);
void exitCommentMode();
void processInput(int event);
void updateView();
void drawAnimations();
void freeCharacter();
@ -494,6 +495,7 @@ public:
int32 _counters[32];
uint32 _zoneFlags[NUM_LOCATIONS][NUM_ZONES];
private:
LocationParser_br *_locationParser;
ProgramParser_br *_programParser;