[Orxonox-commit 2246] r6962 - code/branches/sound5/src/orxonox
youngk at orxonox.net
youngk at orxonox.net
Sat May 22 19:23:32 CEST 2010
Author: youngk
Date: 2010-05-22 19:23:31 +0200 (Sat, 22 May 2010)
New Revision: 6962
Modified:
code/branches/sound5/src/orxonox/MoodManager.cc
Log:
Easter Egg. Yank "setmood eightbit" into the console. Let's hope it happens :)
Modified: code/branches/sound5/src/orxonox/MoodManager.cc
===================================================================
--- code/branches/sound5/src/orxonox/MoodManager.cc 2010-05-21 16:50:07 UTC (rev 6961)
+++ code/branches/sound5/src/orxonox/MoodManager.cc 2010-05-22 17:23:31 UTC (rev 6962)
@@ -61,7 +61,7 @@
void MoodManager::checkMoodValidity()
{
// TODO: Insert new moods here & make this generic
- if (mood_ != "default" && mood_ != "dnb")
+ if (mood_ != "default" && mood_ != "dnb" && mood_ != "eightbit")
{
ResetConfigValue(mood_);
}
More information about the Orxonox-commit
mailing list