Added character setting and minor documentation to ScreenOptionsCustomizeProfile.

This commit is contained in:
Kyzentun
2014-09-18 17:28:53 -06:00
parent 00a79970f6
commit efd11c5851
4 changed files with 457 additions and 43 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ local numpad_entry_mt= {
end
if cr_pos[1] > self.columns then
cr_pos[1]= 1
if button == "MenuLeft" then
if button == "MenuRight" then
cr_pos[2]= cr_pos[2] + 1
end
end