mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
Muting the compiler :P
svn-id: r29563
This commit is contained in:
parent
28289fb694
commit
40a5f8028a
@ -849,7 +849,7 @@ void Parallaction_ns::drawLabel() {
|
|||||||
if (_deletingLabel)
|
if (_deletingLabel)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
debugC(9, kDebugExec, "jobDisplayLabel (%p)", _label);
|
debugC(9, kDebugExec, "jobDisplayLabel (%p)", (void *) _label);
|
||||||
|
|
||||||
_gfx->drawLabel(*_label);
|
_gfx->drawLabel(*_label);
|
||||||
|
|
||||||
@ -863,7 +863,7 @@ void Parallaction_ns::eraseLabel() {
|
|||||||
if (!_label)
|
if (!_label)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
debugC(9, kDebugExec, "jobEraseLabel (%p)", _label);
|
debugC(9, kDebugExec, "jobEraseLabel (%p)", (void *) _label);
|
||||||
|
|
||||||
int16 _si, _di;
|
int16 _si, _di;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user