/[enigma]/enigma/src/actors.cc
ViewVC logotype

Diff of /enigma/src/actors.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by dheck, Sun May 18 18:45:07 2003 UTC revision 1.19 by reallysoft, Mon May 19 12:14:35 2003 UTC
# Line 77  Actor::on_creation(const px::V2 &p) Line 77  Actor::on_creation(const px::V2 &p)
77  }  }
78    
79  void  void
80  Actor::on_respawn (const px::V2 &pos)  Actor::on_respawn (const px::V2 &/*pos*/)
81  {  {
82  }  }
83    
# Line 164  Rotor::Rotor(const char *name) Line 164  Rotor::Rotor(const char *name)
164      set_attrib ("range", 5.0);      set_attrib ("range", 5.0);
165  }  }
166    
167  void Rotor::think (double dtime)  void Rotor::think (double /*dtime*/)
168  {  {
169  }  }
170    
# Line 267  namespace Line 267  namespace
267              Actor::on_creation(p);              Actor::on_creation(p);
268              change_state(APPEARING);              change_state(APPEARING);
269          }          }
270          void on_respawn (const px::V2 &pos)          void on_respawn (const px::V2 &/*pos*/)
271          {          {
272              change_state(APPEARING);              change_state(APPEARING);
273          }          }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26