diff options
| author | Travis Howell | 2005-05-14 01:30:00 +0000 | 
|---|---|---|
| committer | Travis Howell | 2005-05-14 01:30:00 +0000 | 
| commit | 469b74c30046fd4f2087157b39be361e706643f6 (patch) | |
| tree | 25540ae3cffb3c1fd5bf3aabacca8ff39bb2f34c | |
| parent | 7a2ab6fcd6cbea007181bdb8e648d829b851d529 (diff) | |
| download | scummvm-rg350-469b74c30046fd4f2087157b39be361e706643f6.tar.gz scummvm-rg350-469b74c30046fd4f2087157b39be361e706643f6.tar.bz2 scummvm-rg350-469b74c30046fd4f2087157b39be361e706643f6.zip | |
Ooops
svn-id: r18088
| -rw-r--r-- | scumm/script_v72he.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 68b8c2b672..90ee366eec 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -646,7 +646,7 @@ void ScummEngine_v72he::decodeScriptString(byte *dst, bool scriptString) {  				dst += sprintf((char *)dst, "%x", args[val++]);  				break;  			default: -				*dst = '%'; +				*dst++ = '%';  				num--;  				break;  			} | 
