mirror of https://github.com/OpenTTD/OpenTTD
(svn r20809) -Fix (r20809): as usual with these user provided Mac OS X patches lately... they either fail to compile or spew warnings
parent
4915f47264
commit
4173ba76fa
|
@ -560,7 +560,7 @@ static bool QZ_PollEvent()
|
|||
QZ_KeyEvent([ event keyCode ], 0, YES);
|
||||
} else {
|
||||
QZ_KeyEvent([ event keyCode ], [ chars characterAtIndex:0 ], YES);
|
||||
for (int i = 1; i < [ chars length ]; i++) {
|
||||
for (uint i = 1; i < [ chars length ]; i++) {
|
||||
QZ_KeyEvent(0, [ chars characterAtIndex:i ], YES);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue