diff options
| author | Travis Howell | 2005-04-09 15:12:26 +0000 |
|---|---|---|
| committer | Travis Howell | 2005-04-09 15:12:26 +0000 |
| commit | 240a6f740631f87a9eb3f86949e16d8b10cddc4b (patch) | |
| tree | 2846dcd453d632ac87bced5cce77f666013c521f /scumm/script_v72he.cpp | |
| parent | b12942a8e78c4cc58b9a57514762ac1837a4cd58 (diff) | |
| download | scummvm-rg350-240a6f740631f87a9eb3f86949e16d8b10cddc4b.tar.gz scummvm-rg350-240a6f740631f87a9eb3f86949e16d8b10cddc4b.tar.bz2 scummvm-rg350-240a6f740631f87a9eb3f86949e16d8b10cddc4b.zip | |
Switch back to warning, since it is used in maze
svn-id: r17481
Diffstat (limited to 'scumm/script_v72he.cpp')
| -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 d1e91d8dd2..2e6acdeeec 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -568,7 +568,7 @@ void ScummEngine_v72he::decodeScriptString(byte *dst, bool scriptString) { chr = string[num++]; switch(chr) { case 'b': - dst += sprintf((char *)dst, "%b", args[val++]); + //dst += sprintf((char *)dst, "%b", args[val++]); break; case 'c': *dst++ = args[val++]; |
