aboutsummaryrefslogtreecommitdiff
path: root/sword2/build_display.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-09-24 06:40:23 +0000
committerTorbjörn Andersson2003-09-24 06:40:23 +0000
commit09a01e4cbeada86167d83608cd0dcd77d7a0168f (patch)
tree060defc05a52b46cd1e055842302355f47eb08bf /sword2/build_display.cpp
parent570e60a48797efa08ae5a6c7102f16678704bae8 (diff)
downloadscummvm-rg350-09a01e4cbeada86167d83608cd0dcd77d7a0168f.tar.gz
scummvm-rg350-09a01e4cbeada86167d83608cd0dcd77d7a0168f.tar.bz2
scummvm-rg350-09a01e4cbeada86167d83608cd0dcd77d7a0168f.zip
Replaced abs() with ABS and BOOL with bool, plus some minor cleanups.
svn-id: r10391
Diffstat (limited to 'sword2/build_display.cpp')
-rw-r--r--sword2/build_display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp
index 38a1c3ebd6..9024db8175 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -107,7 +107,7 @@ void Send_fore_par1_frames(void); //James23Jan97
// ---------------------------------------------------------------------------
void Build_display(void) { //Tony21Sept96
- BOOL end;
+ bool end;
#ifdef _SWORD2_DEBUG
uint8 pal[12] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0 };
#endif