diff options
| author | Torbjörn Andersson | 2006-04-19 11:05:47 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2006-04-19 11:05:47 +0000 |
| commit | e97476621d6ed49edd11cca6150c034ee81ae8fe (patch) | |
| tree | 443f833356bf516d22b147d15ef3474e8a0fbf51 /engines/simon/items.cpp | |
| parent | 75542e0f9595d4ad1da109e6cd262e728c379293 (diff) | |
| download | scummvm-rg350-e97476621d6ed49edd11cca6150c034ee81ae8fe.tar.gz scummvm-rg350-e97476621d6ed49edd11cca6150c034ee81ae8fe.tar.bz2 scummvm-rg350-e97476621d6ed49edd11cca6150c034ee81ae8fe.zip | |
Number the FF conversation options.
svn-id: r22034
Diffstat (limited to 'engines/simon/items.cpp')
| -rw-r--r-- | engines/simon/items.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/items.cpp b/engines/simon/items.cpp index 16306857e2..7955a6b679 100644 --- a/engines/simon/items.cpp +++ b/engines/simon/items.cpp @@ -1818,7 +1818,7 @@ void SimonEngine::o3_printLongText() { // 70: show string from array int num = getVarOrByte(); const char *str = (const char *)getStringPtrByID(_stringIdArray3[num]); - printInteractText(num, str); + sendInteractText(num, "%d. %s\n", num, str); } void SimonEngine::o3_addBox() { |
