From 1d5e21c7789c8856eaf36843f85b252088a5ff1c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 08:29:26 +0000 Subject: [PATCH] old comment --- stepmania/src/Actor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 6c36c20495..aa34b6db79 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -271,8 +271,6 @@ void Actor::LoadFromNode( const XNode* pNode ) LUA->Release( L ); - /* There's an InitCommand. Run it now. This can be used to eg. change Z to - * modify draw order between BGAs in a Foreground. */ PlayCommand( "Init" ); }