Add centreScroll() for FF and hyperbox code differences in FF.

svn-id: r21712
This commit is contained in:
Travis Howell 2006-04-09 04:53:31 +00:00
parent a74fcf7cee
commit 202406e31b
7 changed files with 69 additions and 14 deletions

View file

@ -125,8 +125,6 @@ bool SimonEngine::printNameOf(Item *item, uint x, uint y) {
}
void SimonEngine::printInteractText(uint16 num, const char *string) {
printf("printInteractText: num %d, string %s\n", num, string);
char convertedString[320];
char *convertedString2 = convertedString;
const char *string2 = string;