aboutsummaryrefslogtreecommitdiff
path: root/simon/charset.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-10-19 10:54:22 +0000
committerTravis Howell2005-10-19 10:54:22 +0000
commit29c7193195daa708e26a70cb5edfa49ed6f1015f (patch)
tree01c73973de46327489295da6aac9dedd7745274e /simon/charset.cpp
parentfa75045e5a1d82425e56b45db4130e9dd06144a6 (diff)
downloadscummvm-rg350-29c7193195daa708e26a70cb5edfa49ed6f1015f.tar.gz
scummvm-rg350-29c7193195daa708e26a70cb5edfa49ed6f1015f.tar.bz2
scummvm-rg350-29c7193195daa708e26a70cb5edfa49ed6f1015f.zip
Cleanup
svn-id: r19176
Diffstat (limited to 'simon/charset.cpp')
-rw-r--r--simon/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp
index 5e403c18cc..1ad9322783 100644
--- a/simon/charset.cpp
+++ b/simon/charset.cpp
@@ -55,7 +55,7 @@ void SimonEngine::print_char_helper_6(uint i) {
if (_fcsData2[i]) {
lock();
fcs = _fcsPtrArray3[i];
- fcs_unk_proc_1(i, fcs->fcs_data->item_ptr, fcs->fcs_data->unk1, fcs->fcs_data->unk2);
+ drawIconArray(i, fcs->fcs_data->item_ptr, fcs->fcs_data->unk1, fcs->fcs_data->unk2);
_fcsData2[i] = 0;
unlock();
}