From eaca55ee50172ce98e0a53629251602884dcb918 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 4 Oct 2009 17:54:08 +0000 Subject: Some fixes to comply with our coding guidelines. svn-id: r44624 --- engines/kyra/lol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/lol.h') 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); -- cgit v1.2.3