aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 26eb74bb89..d0c4d4f3c2 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -867,8 +867,8 @@ private:
uint8 *_levelLangFile;
int _lastUsedStringBuffer;
- char _stringBuffer[5][512]; // TODO: The original used a size of 512, it looks a bit large.
- // Maybe we can someday reduce the size.
+ char _stringBuffer[5][512]; // TODO: The original used a size of 512, it looks a bit large.
+ // Maybe we can someday reduce the size.
char *getLangString(uint16 id);
uint8 *getTableEntry(uint8 *buffer, uint16 id);
void decodeSjis(const char *src, char *dst);