Changeset 8666 for code/branches/presentation
- Timestamp:
- May 29, 2011, 5:46:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/modules/notifications/NotificationDispatcher.cc
r8637 r8666 168 168 } 169 169 170 this->dispatch(player->getClientID()); 170 // HACK fix. Resolve this issue another way... 171 if(GameMode::isStandalone()) 172 this->dispatch(0); 173 else 174 this->dispatch(player->getClientID()); 171 175 172 176 return true;
Note: See TracChangeset
for help on using the changeset viewer.