mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
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:
parent
ff180ffa86
commit
67c6df86d4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user