aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lol.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2009-09-02 06:24:01 +0000
committerFlorian Kagerer2009-09-02 06:24:01 +0000
commitad5d918ad5f90cedd3d851cb821d63d6a5de4294 (patch)
treef5081251b7f3c948ca6d1e559980df11dbabc591 /engines/kyra/text_lol.cpp
parentb2415c11c70a72c3f11595bd72b4780241ac4fbe (diff)
downloadscummvm-rg350-ad5d918ad5f90cedd3d851cb821d63d6a5de4294.tar.gz
scummvm-rg350-ad5d918ad5f90cedd3d851cb821d63d6a5de4294.tar.bz2
scummvm-rg350-ad5d918ad5f90cedd3d851cb821d63d6a5de4294.zip
LOL: update kyra.dat with floppy version data (floppy version still doesn't work, though)
svn-id: r43904
Diffstat (limited to 'engines/kyra/text_lol.cpp')
-rw-r--r--engines/kyra/text_lol.cpp28
1 files changed, 6 insertions, 22 deletions
diff --git a/engines/kyra/text_lol.cpp b/engines/kyra/text_lol.cpp
index 2174bcc441..2c7c71e0ee 100644
--- a/engines/kyra/text_lol.cpp
+++ b/engines/kyra/text_lol.cpp
@@ -138,22 +138,6 @@ void TextDisplayer_LoL::resetDimTextPositions(int dim) {
_textDimData[dim].line = 0;
}
-/*void TextDisplayer_LoL::setAnimParameters(const char *str, int x, uint8 col1, uint8 col2) {
- static const char defaultStr[] = "<MORE>";
-
- if (str) {
- _animString = str;
- _animWidth = x;
- _animColor1 = col1;
- _animColor2 = col2;
- } else {
- _animString = defaultStr;
- _animWidth = 7;
- _animColor1 = 0;
- _animColor2 = 0;
- }
-}*/
-
void TextDisplayer_LoL::printDialogueText(int dim, char *str, EMCState *script, const uint16 *paramList, int16 paramIndex) {
int oldDim = 0;
@@ -403,7 +387,7 @@ void TextDisplayer_LoL::displayText(char *str, ...) {
break;
case 11:
- //TODO
+ // TODO (UNUSED)
break;
case 12:
@@ -414,23 +398,23 @@ void TextDisplayer_LoL::displayText(char *str, ...) {
break;
case 18:
- //TODO
+ // TODO (UNUSED)
break;
case 23:
- //TODO
+ // TODO (UNUSED)
break;
case 24:
- //TODO
+ // TODO (UNUSED)
break;
case 26:
- //TODO
+ // TODO (UNUSED)
break;
case 28:
- //TODO
+ // TODO (UNUSED)
break;
default: