diff options
| author | Max Horn | 2003-07-07 00:39:22 +0000 | 
|---|---|---|
| committer | Max Horn | 2003-07-07 00:39:22 +0000 | 
| commit | 37ec2a14bb861d1976c9fe47c64f2181359a5c14 (patch) | |
| tree | a7488f9ad1966f5ffb6fff25c2059021bbc0250f | |
| parent | 0a511147089e2ac4ae58d12bb498b45a2bb8a47a (diff) | |
| download | scummvm-rg350-37ec2a14bb861d1976c9fe47c64f2181359a5c14.tar.gz scummvm-rg350-37ec2a14bb861d1976c9fe47c64f2181359a5c14.tar.bz2 scummvm-rg350-37ec2a14bb861d1976c9fe47c64f2181359a5c14.zip  | |
undo this change after discussion with LavosSpawn (doesn't work in either case anyway :-)
svn-id: r8827
| -rw-r--r-- | sky/mouse.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/mouse.cpp b/sky/mouse.cpp index 73bcd107ec..29d6a59341 100644 --- a/sky/mouse.cpp +++ b/sky/mouse.cpp @@ -288,7 +288,7 @@ void SkyMouse::buttonEngine1(void) {  		if (SkyLogic::_scriptVariables[SPECIAL_ITEM]) { //over anything?  			Compact *item = SkyState::fetchCompact(SkyLogic::_scriptVariables[SPECIAL_ITEM]);  			if (item->mouseClick) -				_skyLogic->mouseScript(FROM_LE_16(item->mouseClick), item); +				_skyLogic->mouseScript(item->mouseClick, item);  		}  	}  }  | 
