From 0750a8ea4c490599b5feb96d30e174cc1e021896 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 18 Mar 2005 22:49:00 +0000 Subject: [PATCH] register Sprite, so we can construct sprites in XML like other objects (Type="sprite") without setting a File, and then load the texture later. --- stepmania/src/Sprite.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index f5eac75e27..0c909fbe29 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -18,6 +18,7 @@ // lua start LUA_REGISTER_CLASS( Sprite ) +REGISTER_ACTOR_CLASS( Sprite ) // lua end