- Timestamp:
- May 2, 2011, 10:20:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutoriallevel2/src/modules/questsystem/QuestDescription.cc
r7474 r8374 40 40 #include "infos/PlayerInfo.h" 41 41 42 #include " notifications/NotificationManager.h"42 #include "interfaces/NotificationListener.h" 43 43 44 44 namespace orxonox … … 119 119 } 120 120 121 Notification Manager::sendNotification(message, player->getClientID(), QuestDescription::SENDER);121 NotificationListener::sendNotification(message, player->getClientID(), QuestDescription::SENDER); 122 122 return true; 123 123 }
Note: See TracChangeset
for help on using the changeset viewer.