diff options
| author | Robert Göffringmann | 2004-12-16 02:19:10 +0000 | 
|---|---|---|
| committer | Robert Göffringmann | 2004-12-16 02:19:10 +0000 | 
| commit | 69925e32814895c1b8a03f36ce94d29a353a8ed3 (patch) | |
| tree | 6b74201c113b89c1e08a14ce5309e3395579f0c7 /sky/compact.cpp | |
| parent | a1934c99c6c7dd59731dc8f6c944017cf39e9551 (diff) | |
| download | scummvm-rg350-69925e32814895c1b8a03f36ce94d29a353a8ed3.tar.gz scummvm-rg350-69925e32814895c1b8a03f36ce94d29a353a8ed3.tar.bz2 scummvm-rg350-69925e32814895c1b8a03f36ce94d29a353a8ed3.zip  | |
fix gcc warnings
svn-id: r16068
Diffstat (limited to 'sky/compact.cpp')
| -rw-r--r-- | sky/compact.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/sky/compact.cpp b/sky/compact.cpp index 2902ee93fc..6030a9893e 100644 --- a/sky/compact.cpp +++ b/sky/compact.cpp @@ -159,7 +159,6 @@ SkyCompact::SkyCompact(void) {  	_cptFile->read(_asciiBuf, asciiSize);  	// and fill them with the compact data -	uint32 debcnt = 0;  	for (uint32 lcnt = 0; lcnt < _numDataLists; lcnt++) {  		for (uint32 ecnt = 0; ecnt < _dataListLen[lcnt]; ecnt++) {  			_cptSizes[lcnt][ecnt] = READ_LE_UINT16(srcPos++);  | 
