aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/mouse.cpp
diff options
context:
space:
mode:
authorStrangerke2011-12-26 23:56:30 +0100
committerStrangerke2012-04-06 08:18:34 +0200
commit2792e4069d404f12f5329e1ce4989158096af860 (patch)
tree9b9017298217d4e413e13391352e878ac7a975b3 /engines/mortevielle/mouse.cpp
parent6e171f7de12d078c7f6c6a64c63eeb1625e84a53 (diff)
downloadscummvm-rg350-2792e4069d404f12f5329e1ce4989158096af860.tar.gz
scummvm-rg350-2792e4069d404f12f5329e1ce4989158096af860.tar.bz2
scummvm-rg350-2792e4069d404f12f5329e1ce4989158096af860.zip
MORTEVIELLE: use bool instead of boolean
Diffstat (limited to 'engines/mortevielle/mouse.cpp')
-rw-r--r--engines/mortevielle/mouse.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/mortevielle/mouse.cpp b/engines/mortevielle/mouse.cpp
index e894e086af..8b4fcaa84a 100644
--- a/engines/mortevielle/mouse.cpp
+++ b/engines/mortevielle/mouse.cpp
@@ -32,7 +32,7 @@ namespace Mortevielle {
const int m_arrow = 0;
const int m_point_hand = 1;
-boolean int_m,
+bool int_m,
clic;
int m_show,
@@ -88,7 +88,7 @@ end; */
void hide_mouse() {
int i, j, k, ps, ds;
- boolean imp;
+ bool imp;
mouse_shwn = pred(int, mouse_shwn);
if (mouse_shwn == 0) {
@@ -177,7 +177,7 @@ void hide_mouse() {
void show_mouse() {
int i, j, k, l,
ps, ds;
- boolean imp;
+ bool imp;
char c;
mouse_shwn = mouse_shwn + 1;
@@ -311,8 +311,8 @@ void read_pos_mouse(int &x, int &y, int &c) {
}
}
-void mov_mouse(boolean &funct, char &key) {
- boolean p_key;
+void mov_mouse(bool &funct, char &key) {
+ bool p_key;
char in1, in2;
int x, y, cx, cy, cd;
registres reg;