(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.

This commit is contained in:
rubidium
2009-04-26 14:52:56 +00:00
parent c21062a728
commit 53887e07bb
24 changed files with 130 additions and 130 deletions

View File

@@ -193,7 +193,7 @@ struct CheatWindow : Window {
} break;
}
DrawString(50, this->width, y + 1, ce->str, TC_FROMSTRING);
DrawString(50, this->width, y + 1, ce->str);
y += 12;
}