diff options
author | Robert Göffringmann | 2003-08-11 17:47:44 +0000 |
---|---|---|
committer | Robert Göffringmann | 2003-08-11 17:47:44 +0000 |
commit | 27e65a29c6c73b8af006e8470272a0eb8e859fc3 (patch) | |
tree | 2803dee621e927d620c44759d984204c8a53baaf /sky | |
parent | a52b44f3fe1cb2b8ea35889fdbc7ed49afc34e86 (diff) | |
download | scummvm-rg350-27e65a29c6c73b8af006e8470272a0eb8e859fc3.tar.gz scummvm-rg350-27e65a29c6c73b8af006e8470272a0eb8e859fc3.tar.bz2 scummvm-rg350-27e65a29c6c73b8af006e8470272a0eb8e859fc3.zip |
remove meaningless warning
svn-id: r9642
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"); |