From b7997a723105534dcefe50ae5b1448638480f0da Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 8 Jul 2006 16:37:23 +0000 Subject: - Fixed a few mistakes that added up to look correct, fixing bargon's cursor - Updated cursor drawing in general svn-id: r23429 --- engines/gob/game_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/game_v2.cpp') diff --git a/engines/gob/game_v2.cpp b/engines/gob/game_v2.cpp index ab14eec6de..ec0ef0a27b 100644 --- a/engines/gob/game_v2.cpp +++ b/engines/gob/game_v2.cpp @@ -782,7 +782,7 @@ void Game_v2::collisionsBlock(void) { cmd &= 0x7f; debugC(1, DEBUG_COLLISIONS, "collisionsBlock(%d)", cmd); - switch(cmd) { + switch (cmd) { case 0: _vm->_global->_inter_execPtr += 6; startIP = _vm->_global->_inter_execPtr; -- cgit v1.2.3