aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-12-11 13:08:36 +0000
committerTorbjörn Andersson2003-12-11 13:08:36 +0000
commit9f465dab04138478ab143a3d7ab46550a701f06e (patch)
tree1b422995d363179dddb360dce04df980a0830820 /sword2/sword2.h
parent232fe2889a02ca87ba988da049b00247a1617a25 (diff)
downloadscummvm-rg350-9f465dab04138478ab143a3d7ab46550a701f06e.tar.gz
scummvm-rg350-9f465dab04138478ab143a3d7ab46550a701f06e.tar.bz2
scummvm-rg350-9f465dab04138478ab143a3d7ab46550a701f06e.zip
cleanup
svn-id: r11581
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 46018eaff0..8c21fff42a 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -274,7 +274,7 @@ public:
_parallax *fetchBackgroundLayer(uint8 *screenFile);
_parallax *fetchForegroundParallaxLayer(uint8 *screenFile, int layer);
uint8 *fetchTextLine(uint8 *file, uint32 text_line);
- uint8 checkTextLine(uint8 *file, uint32 text_line);
+ bool checkTextLine(uint8 *file, uint32 text_line);
uint8 *fetchPaletteMatchTable(uint8 *screenFile);
uint8 *fetchObjectName(int32 resourceId);