mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 20:56:39 +00:00 
			
		
		
		
	missing ; added
This commit is contained in:
		
							parent
							
								
									c589cbd4ff
								
							
						
					
					
						commit
						23cc1d17ca
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -3,9 +3,9 @@ | |||
| 
 | ||||
| enum DrawState  | ||||
| { | ||||
|     DrawState_Weapon, | ||||
|     DrawState_Spell, | ||||
|     DrawState_Nothing | ||||
| } | ||||
|     DrawState_Weapon = 0, | ||||
|     DrawState_Spell = 1, | ||||
|     DrawState_Nothing = 2, | ||||
| }; | ||||
| 
 | ||||
| #endif | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue