diff options
| author | Robert Göffringmann | 2004-12-16 04:22:32 +0000 | 
|---|---|---|
| committer | Robert Göffringmann | 2004-12-16 04:22:32 +0000 | 
| commit | 8c5a1aa034edf6005aaf4e65a71c9fd5e2036dd3 (patch) | |
| tree | ac5dba451bf8f347d59eb410790edc176d9eca73 /sky/compact.cpp | |
| parent | b1443df54466b87c14c409f95042b11c8790e91d (diff) | |
| download | scummvm-rg350-8c5a1aa034edf6005aaf4e65a71c9fd5e2036dd3.tar.gz scummvm-rg350-8c5a1aa034edf6005aaf4e65a71c9fd5e2036dd3.tar.bz2 scummvm-rg350-8c5a1aa034edf6005aaf4e65a71c9fd5e2036dd3.zip  | |
some cleanup
svn-id: r16071
Diffstat (limited to 'sky/compact.cpp')
| -rw-r--r-- | sky/compact.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/compact.cpp b/sky/compact.cpp index 6030a9893e..3b2eee59aa 100644 --- a/sky/compact.cpp +++ b/sky/compact.cpp @@ -288,7 +288,7 @@ uint16 *SkyCompact::getSub(Compact *cpt, uint16 mode) {  uint16 *SkyCompact::getGrafixPtr(Compact *cpt) {  	uint16 *gfxBase = (uint16*)fetchCpt(cpt->grafixProgId);  	if ((gfxBase == NULL) && cpt->grafixProgPos) { -		warning("SkyCompact::getGrafixPtr: got offset for null ptr"); +		debug(1, "SkyCompact::getGrafixPtr: got offset for null ptr");  		return NULL;  	}  	return gfxBase + cpt->grafixProgPos;  | 
