aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-04 17:54:08 +0000
committerJohannes Schickel2009-10-04 17:54:08 +0000
commiteaca55ee50172ce98e0a53629251602884dcb918 (patch)
tree3a0cf18b1f70d619d460fcf5dba2bf06cf41be66 /engines/kyra/lol.h
parent41e4a1ddb6b515f932f445dabbbba28351472315 (diff)
downloadscummvm-rg350-eaca55ee50172ce98e0a53629251602884dcb918.tar.gz
scummvm-rg350-eaca55ee50172ce98e0a53629251602884dcb918.tar.bz2
scummvm-rg350-eaca55ee50172ce98e0a53629251602884dcb918.zip
Some fixes to comply with our coding guidelines.
svn-id: r44624
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);