aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/text.h')
-rw-r--r--sky/text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sky/text.h b/sky/text.h
index 1ebe1b92ee..ebd1ab0cd1 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -79,9 +79,9 @@ protected:
char getTextChar();
};
-class SkyText_v00368 : public SkyText {
+class SkyText_v00372 : public SkyText {
public:
- SkyText_v00368(SkyDisk *skyDisk, uint32 gameVersion) : SkyText(skyDisk, gameVersion) {};
+ SkyText_v00372(SkyDisk *skyDisk, uint32 gameVersion) : SkyText(skyDisk, gameVersion) {};
protected:
char getTextChar();
};