File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -312,12 +312,12 @@ void SwitchContext(CPed* thePed)
312312                        }
313313                    }
314314
315-                     //  Disable mouse look if they are  not in a fight task and not aiming (strafing)
315+                     //  Disable mouse look if they're  not in a fight task and not aiming (strafing)
316316                    //  Fix GitHub Issue #395
317317                    if  (thePed->GetCurrentWeaponSlot () == eWeaponSlot::WEAPONSLOT_TYPE_UNARMED && data->m_pad .NewState .RightShoulder1  != 0  && thePed->GetPedIntelligence ()->GetFightTask ())
318318                        bDisableMouseLook = false ;
319319
320-                     //  Disable mouse look if they're underwater (Ped vertical rotation when diving)
320+                     //  Disable mouse look if they're not  underwater (Ped vertical rotation when diving)
321321                    //  TODO - After merge PR #4401
322322
323323                    bMouseLookEnabled = *(bool *)0xB6EC2E ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments