diff options
| author | Andrew Kurushin | 2005-04-03 15:32:04 +0000 | 
|---|---|---|
| committer | Andrew Kurushin | 2005-04-03 15:32:04 +0000 | 
| commit | 8ea88c95d663fac08a1492c2d3c7138e7392dbbc (patch) | |
| tree | 60869aa13063d9dcff93ade2a4f7fd3992d4fef8 /saga/saga.cpp | |
| parent | b507231f7135f0af2a27b047f1982685736e0e7b (diff) | |
| download | scummvm-rg350-8ea88c95d663fac08a1492c2d3c7138e7392dbbc.tar.gz scummvm-rg350-8ea88c95d663fac08a1492c2d3c7138e7392dbbc.tar.bz2 scummvm-rg350-8ea88c95d663fac08a1492c2d3c7138e7392dbbc.zip | |
- fixed tile doors drawing
- right mouse action fixed
svn-id: r17347
Diffstat (limited to 'saga/saga.cpp')
| -rw-r--r-- | saga/saga.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/saga/saga.cpp b/saga/saga.cpp index 52882b2df5..9aeba8cd8a 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -390,7 +390,7 @@ void SagaEngine::loadStrings(StringsTable &stringsTable, const byte *stringsPoin  			error("SagaEngine::loadStrings wrong strings table");  		}  		stringsTable.strings[i] = (const char *)stringsTable.stringsPointer + offset; -		debug(9, "string[%i]=%s", i, stringsTable.strings[i]); +		//debug(9, "string[%i]=%s", i, stringsTable.strings[i]);  		i++;  	}  	stringsTable.stringsCount = stringsCount; | 
