mirror of
				https://github.com/halpz/re3.git
				synced 2025-10-31 17:17:01 +00:00 
			
		
		
		
	Fix RC cars detonation button
This commit is contained in:
		| @@ -371,7 +371,11 @@ CAutomobile::ProcessControl(void) | ||||
| 	bool playerRemote = false; | ||||
| 	switch(GetStatus()){ | ||||
| 	case STATUS_PLAYER_REMOTE: | ||||
| #ifdef FIX_BUGS | ||||
| 		if(CPad::GetPad(0)->CarGunJustDown() && !bDisableRemoteDetonation){ | ||||
| #else | ||||
| 		if(CPad::GetPad(0)->WeaponJustDown() && !bDisableRemoteDetonation){ | ||||
| #endif | ||||
| 			BlowUpCar(FindPlayerPed()); | ||||
| 			CRemote::TakeRemoteControlledCarFromPlayer(); | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user