From 5a3a5a926f05d258738ac7beaf389ceac529ab4c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 05:08:29 +0000 Subject: [PATCH] save before commit --- stepmania/Themes/default/Scripts/ActorDef.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/Scripts/ActorDef.lua b/stepmania/Themes/default/Scripts/ActorDef.lua index 0a951b1d1e..50679e4199 100644 --- a/stepmania/Themes/default/Scripts/ActorDef.lua +++ b/stepmania/Themes/default/Scripts/ActorDef.lua @@ -79,7 +79,7 @@ local function ResolvePath( path, level ) return path end --- Load an actor .Lua template. path may be a relative path. +-- Load an actor template. function LoadActor( path ) local ResolvedPath = ResolvePath( path, 2 ); if not ResolvedPath then