mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 00:26:39 +00:00 
			
		
		
		
	Merge remote-tracking branch 'potatoesmaster/bug-839'
This commit is contained in:
		
						commit
						03af7175dd
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -643,6 +643,10 @@ namespace MWInput
 | 
			
		|||
    {
 | 
			
		||||
        if (mWindows.isGuiMode()) return;
 | 
			
		||||
 | 
			
		||||
        // Not allowed before the magic window is accessible
 | 
			
		||||
        if (!mWindows.isAllowed(MWGui::GW_Magic))
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        MWMechanics::DrawState_ state = mPlayer.getDrawState();
 | 
			
		||||
        if (state == MWMechanics::DrawState_Weapon || state == MWMechanics::DrawState_Nothing)
 | 
			
		||||
            mPlayer.setDrawState(MWMechanics::DrawState_Spell);
 | 
			
		||||
| 
						 | 
				
			
			@ -654,6 +658,10 @@ namespace MWInput
 | 
			
		|||
    {
 | 
			
		||||
        if (mWindows.isGuiMode()) return;
 | 
			
		||||
 | 
			
		||||
        // Not allowed before the inventory window is accessible
 | 
			
		||||
        if (!mWindows.isAllowed(MWGui::GW_Inventory))
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
        MWMechanics::DrawState_ state = mPlayer.getDrawState();
 | 
			
		||||
        if (state == MWMechanics::DrawState_Spell || state == MWMechanics::DrawState_Nothing)
 | 
			
		||||
            mPlayer.setDrawState(MWMechanics::DrawState_Weapon);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue