remove meaningless warning

svn-id: r9642
This commit is contained in:
Robert Göffringmann 2003-08-11 17:47:44 +00:00
parent a52b44f3fe
commit 27e65a29c6

View File

@ -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");