diff --git a/stepmania/NoteSkins/common/common/NoteSkin.lua b/stepmania/NoteSkins/common/common/NoteSkin.lua index ea2daead06..5ff54a1b35 100644 --- a/stepmania/NoteSkins/common/common/NoteSkin.lua +++ b/stepmania/NoteSkins/common/common/NoteSkin.lua @@ -57,4 +57,7 @@ end -- This is the only required function. ret.Load = func; +-- Use this to override the game types' default Load() functions. +ret.CommonLoad = func; + return ret;