Skip to content

Commit

Permalink
ACCESS: Implemented player walk methods
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 15, 2014
1 parent cf901ae commit f66f01b
Show file tree
Hide file tree
Showing 6 changed files with 425 additions and 1 deletion.
1 change: 1 addition & 0 deletions engines/access/events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ EventsManager::EventsManager(AccessEngine *vm): _vm(vm) {
_frameCounter = 10;
_priorFrameTime = 0;
_leftButton = false;
_mouseMove = false;
}

EventsManager::~EventsManager() {
Expand Down
1 change: 1 addition & 0 deletions engines/access/events.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class EventsManager {
CursorType _cursorId;
bool _leftButton;
Common::Point _mousePos;
bool _mouseMove;
public:
/**
* Constructor
Expand Down
Loading

0 comments on commit f66f01b

Please sign in to comment.