fix both parfait words to have same indexing

This commit is contained in:
Torsten Ruger
2015-11-20 13:25:49 +02:00
parent aabde4b9a6
commit 02d9a063b0
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
class Word < Object
int _internal_index(int index)
return index + 12
return index + 11
end
int get_char_at(int index)