Changeset 7403 for code/trunk/src/modules/questsystem/QuestNotification.cc
- Timestamp:
- Sep 11, 2010, 10:20:44 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/notifications (added) merged: 7319,7324,7326,7338-7343,7348-7349,7351,7354-7355,7358-7360,7362,7395,7398-7400
- Property svn:mergeinfo changed
-
code/trunk/src/modules/questsystem/QuestNotification.cc
r7401 r7403 29 29 #include "QuestNotification.h" 30 30 #include "core/CoreIncludes.h" 31 #include "infos/PlayerInfo.h" 31 32 32 33 namespace orxonox { … … 70 71 @brief 71 72 Send the QuestNotification. 73 @param player 74 The player the Notification is sent to. 72 75 @return 73 76 Returns true if successful. 74 77 */ 75 bool QuestNotification::send( void)78 bool QuestNotification::send(PlayerInfo* player) 76 79 { 77 return this->Notification::send( QuestNotification::SENDER);80 return this->Notification::send(player->getClientID(), QuestNotification::SENDER); 78 81 } 79 82
Note: See TracChangeset
for help on using the changeset viewer.