Add enum which marks global priorites of the EventManager event dispatcher.
svn-id: r42729
This commit is contained in:
parent
901f2d5836
commit
bbc8021182
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue