you can compare colors now
[supertux.git] / src / trigger / trigger_base.hpp
index d03d85b..571dac5 100644 (file)
@@ -62,7 +62,7 @@ private:
   bool lasthit;
   bool hit;
 
-  Player* losetouch_listener; /**< Player that will be informed when we lose touch with him */
+  std::list<Player*> losetouch_listeners; /**< Players that will be informed when we lose touch with them */
 };
 
 #endif /*SUPERTUX_INTERACTIVE_OBJECT_H*/