diff options
| author | lukaslw | 2014-06-21 17:03:26 +0200 | 
|---|---|---|
| committer | lukaslw | 2014-06-22 20:09:22 +0200 | 
| commit | 422eeab07a068ade9bd70e0f9e88dd62a8d886d9 (patch) | |
| tree | e62678eb122b8af2d66ef0c2f1086a795bc2b37c | |
| parent | fd5ee85e3d77137ec15e37b4944ad0500a812873 (diff) | |
| download | scummvm-rg350-422eeab07a068ade9bd70e0f9e88dd62a8d886d9.tar.gz scummvm-rg350-422eeab07a068ade9bd70e0f9e88dd62a8d886d9.tar.bz2 scummvm-rg350-422eeab07a068ade9bd70e0f9e88dd62a8d886d9.zip | |
PRINCE: LMB in inventory - use item on item fix
| -rw-r--r-- | engines/prince/prince.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/engines/prince/prince.cpp b/engines/prince/prince.cpp index da6d74a1e8..87b9e12b0a 100644 --- a/engines/prince/prince.cpp +++ b/engines/prince/prince.cpp @@ -1777,6 +1777,9 @@ void PrinceEngine::inventoryLeftMouseButton() {  					loadVoice(0, 28, Common::String::format("%05d-01.WAV", textNr));  					playSample(28, 0);  					//exit_normally +					_selectedMob = 0; +					_optionsMob = 0; +					return;  				} else {  					//store_new_pc  					// storeNewPC(); | 
