- Timestamp:
- Dec 14, 2008, 1:42:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/quest/QuestDescription.cc
r2420 r2435 28 28 29 29 /** 30 @file QuestDescription.cc30 @file 31 31 @brief Implementation of the QuestDescription class. 32 32 */ … … 39 39 #include "orxonox/overlays/notifications/Notification.h" 40 40 41 namespace orxonox {42 41 namespace orxonox 42 { 43 43 CreateFactory(QuestDescription); 44 44 … … 128 128 } 129 129 130 Notification* notification = new Notification( message, title, 30);130 Notification* notification = new Notification(0, message, title, 30); 131 131 notification->send(); 132 132 return true;
Note: See TracChangeset
for help on using the changeset viewer.