Files
itgmania212121/stepmania
Glenn Maynard 5c13eb7d35 Oops. Actor::LoadFromNode wasn't virtual, but we were treating it as if
it was (BitmapText::LoadFromNode, etc. called it).  This worked because
REGISTER_ACTOR_CLASS called it before the object was downcasted to an Actor.
We then re-called Actor::LoadFromNode from ActorUtil::LoadFromActorFile;
this worked because all it did was re-run Actor init (causing double
calls to Init) and not the whole actor.

(first half fix: make Actor::LoadFromNode virtual and add comment)
2005-10-10 08:23:00 +00:00
..
2005-07-29 23:21:12 +00:00
2005-10-09 20:36:02 +00:00
2005-10-09 20:36:02 +00:00
2005-10-09 07:01:48 +00:00
2005-10-03 20:26:17 +00:00
2005-10-09 07:01:48 +00:00
2005-09-21 01:36:51 +00:00
2005-10-07 01:39:34 +00:00