fixed a bug

This commit is contained in:
Christopher Roy Bratusek 2012-03-12 12:21:26 +01:00
parent 8adcacc90a
commit e7e6ce81cd

View File

@ -53,7 +53,7 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
else
letterPos = 0;
Key thekeys[4][13] = {
Key thekeys[4][11] = {
{
{'1','!'},
{'2','@'},
@ -105,8 +105,6 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
{',','<'},
{'.','>'},
{'/','?'},
{'\0','\0'},
{'\0','\0'},
{'\0','\0'}
}
};