Changeset 8608 for code/branches/presentation/src/orxonox/MoodManager.cc
- Timestamp:
- May 26, 2011, 4:58:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/MoodManager.cc
r8351 r8608 93 93 94 94 95 std::string MoodListener::mood_s;96 97 95 MoodListener::MoodListener() 98 96 { … … 102 100 /*static*/ void MoodListener::changedMood(const std::string& mood) 103 101 { 104 mood_s = mood;105 102 for (ObjectList<MoodListener>::iterator it = ObjectList<MoodListener>::begin(); it; ++it) 106 it->moodChanged(mood _s);103 it->moodChanged(mood); 107 104 } 108 105 }
Note: See TracChangeset
for help on using the changeset viewer.