mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
remove meaningless warning
svn-id: r9642
This commit is contained in:
parent
a52b44f3fe
commit
27e65a29c6
@ -76,8 +76,6 @@ uint16 *getGrafixPtr(Compact *cpt) {
|
||||
return buf + cpt->grafixProg.pos;
|
||||
case TALKTABLE:
|
||||
buf = (uint16 *)SkyTalkAnims::animTalkTablePtr[cpt->grafixProg.ptrTarget];
|
||||
if (buf == NULL)
|
||||
warning("::getGrafixPtr: request for TT ptr %d -> NULL", cpt->grafixProg.ptrTarget);
|
||||
return buf + cpt->grafixProg.pos;
|
||||
default:
|
||||
error("::getGrafixPtr: unknown grafixProg type for Compact cpt");
|
||||
|
Loading…
Reference in New Issue
Block a user