diff options
Diffstat (limited to 'sky')
-rw-r--r-- | sky/compact.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sky/compact.cpp b/sky/compact.cpp index 15bace2f5b..22e27ce730 100644 --- a/sky/compact.cpp +++ b/sky/compact.cpp @@ -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"); |