Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6962


Ignore:
Timestamp:
May 22, 2010, 7:23:31 PM (14 years ago)
Author:
youngk
Message:

Easter Egg. Yank "setmood eightbit" into the console. Let's hope it happens :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound5/src/orxonox/MoodManager.cc

    r6417 r6962  
    6262    {
    6363        // TODO: Insert new moods here & make this generic
    64         if (mood_ != "default" && mood_ != "dnb")
     64        if (mood_ != "default" && mood_ != "dnb" && mood_ != "eightbit")
    6565        {
    6666            ResetConfigValue(mood_);
Note: See TracChangeset for help on using the changeset viewer.