[Orxonox-commit 3771] r8451 - code/branches/tutoriallevel2/src/modules/notifications

dafrick at orxonox.net dafrick at orxonox.net
Thu May 12 00:15:05 CEST 2011


Author: dafrick
Date: 2011-05-12 00:15:05 +0200 (Thu, 12 May 2011)
New Revision: 8451

Modified:
   code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc
Log:
Modifying the currently active notification queues.


Modified: code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc
===================================================================
--- code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc	2011-05-11 22:11:53 UTC (rev 8450)
+++ code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc	2011-05-11 22:15:05 UTC (rev 8451)
@@ -414,7 +414,7 @@
         allQueue->setDisplaySize(Vector2(0.5, 0));
         allQueue->setPosition(Vector4(0.0, 10, 0.3, 0));
 
-        NotificationQueueCEGUI* infoQueue = new NotificationQueueCEGUI("info", NotificationListener::ALL, 1, -1);
+        NotificationQueueCEGUI* infoQueue = new NotificationQueueCEGUI("info", "gameinfo", 1, -1);
         infoQueue->setPosition(Vector4(0.2, 0, 0.8, 0));
         infoQueue->setFontSize(24);
         infoQueue->setFontColor(Vector4(1.0, 1.0, 0.0, 0.8));




More information about the Orxonox-commit mailing list