- Timestamp:
- Dec 3, 2005, 7:47:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/playable.cc
r5898 r5902 119 119 void Playable::unregisterEvent(int eventType) 120 120 { 121 this->events. push_back(eventType);121 this->events.remove(eventType); 122 122 123 123 if (this->currentPlayer != NULL)
Note: See TracChangeset
for help on using the changeset viewer.