Add enum which marks global priorites of the EventManager event dispatcher.

svn-id: r42729
This commit is contained in:
Johannes Schickel 2009-07-25 01:01:41 +00:00
parent 901f2d5836
commit bbc8021182
2 changed files with 9 additions and 1 deletions

View file

@ -104,7 +104,7 @@ DefaultEventManager::DefaultEventManager(Common::EventSource *boss) :
_dispatcher.registerSource(boss, false);
_dispatcher.registerSource(&_artificialEventSource, false);
_dispatcher.registerObserver(this, 0, false);
_dispatcher.registerObserver(this, kEventManPriority, false);
_recordFile = NULL;
_recordTimeFile = NULL;