diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index dd1cda5840..3d779c3f22 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -11,6 +11,7 @@ StepMania 5.0 ???? ?? | 20120??? 2012/05/27 ---------- * [MusicWheel] Added EmptyColor metric. +* [PlayerState] Enabled GetPlayerController Lua binding. 2012/05/21 ---------- diff --git a/src/PlayerState.cpp b/src/PlayerState.cpp index fcfe2d5f9c..f0783119cf 100644 --- a/src/PlayerState.cpp +++ b/src/PlayerState.cpp @@ -263,6 +263,7 @@ public: { ADD_METHOD( GetPlayerNumber ); ADD_METHOD( GetMultiPlayerNumber ); + ADD_METHOD( GetPlayerController ); ADD_METHOD( SetPlayerOptions ); ADD_METHOD( GetPlayerOptions ); ADD_METHOD( GetPlayerOptionsArray );