Fixed CanGoLeft logic in SMC.

This commit is contained in:
Kyzentun
2014-09-04 21:18:24 -06:00
parent 49d0066108
commit 8e9ec1053d
2 changed files with 21 additions and 13 deletions
+2
View File
@@ -34,6 +34,8 @@ private:
bool CursorOnKey();
bool CursorCanGoUp();
bool CursorCanGoDown();
bool CursorCanGoLeft();
bool CursorCanGoRight();
int CurKeyIndex();
int CurActionIndex();
void SetCursorFromSetListCurrent();