Remove obsolete code fragment (a good sign for a refactoring is if it allows you to remove crufty hacks you didn't even think of :-)

svn-id: r13440
This commit is contained in:
Max Horn 2004-04-02 21:51:56 +00:00
parent ff180ffa86
commit 67c6df86d4

View File

@ -399,11 +399,6 @@ void ScummEngine::drawVerb(int verb, int mode) {
if (!msg)
return;
if ((_version == 8) && (msg[0] == '/')) {
translateText(msg, _transText);
msg = _transText;
}
tmp = _charset->_center;
_charset->_center = 0;
drawString(4, msg);