EventManager tweak: make it report the correct invasion id.

develop
expwnent 2014-07-03 14:37:13 -04:00
parent 376bcc6020
commit 649dcd1413
1 changed files with 1 additions and 1 deletions

@ -661,7 +661,7 @@ static void manageInvasionEvent(color_ostream& out) {
for ( auto a = copy.begin(); a != copy.end(); a++ ) {
EventHandler handle = (*a).second;
handle.eventHandler(out, (void*)nextInvasion);
handle.eventHandler(out, (void*)(nextInvasion-1));
}
}