Skip to content

Commit

Permalink
MORTEVIELLE: Remove global variable zuul
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Apr 6, 2012
1 parent 4a86ef8 commit 149e936
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion engines/mortevielle/mortevielle.cpp
Expand Up @@ -144,7 +144,6 @@ Common::ErrorCode MortevielleEngine::initialise() {

g_currGraphicalDevice = MODE_EGA;
g_newGraphicalDevice = g_currGraphicalDevice;
_zuul = false;
charpal();
charge_cfiph();
charge_cfiec();
Expand Down
1 change: 0 additions & 1 deletion engines/mortevielle/mortevielle.h
Expand Up @@ -123,7 +123,6 @@ class MortevielleEngine : public Engine {
bool _blo;
bool _col;
bool _syn;
bool _zuul;
bool _obpart;


Expand Down
4 changes: 0 additions & 4 deletions engines/mortevielle/mouse.cpp
Expand Up @@ -420,10 +420,6 @@ void moveMouse(bool &funct, char &key) {
g_vm->_soundOff = !g_vm->_soundOff;
return;
break;
case '\26':
g_vm->_zuul = true;
return;
break;
case '\24': // ^T => mode tandy
funct = true;
key = '\11';
Expand Down

0 comments on commit 149e936

Please sign in to comment.