mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 20:26:43 +00:00 
			
		
		
		
	Fix mising of signed/unsigned types in WindowManager::showClassQuestionDialog
This commit is contained in:
		
							parent
							
								
									9ee83caaa2
								
							
						
					
					
						commit
						6840e2c42f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -691,7 +691,7 @@ namespace MWGui | |||
|         const char *id; | ||||
|         // Specialization points to match, in order: Stealth, Combat, Magic
 | ||||
|         // Note: Order is taken from http://www.uesp.net/wiki/Morrowind:Class_Quiz
 | ||||
|         int points[3]; | ||||
|         unsigned int points[3]; | ||||
|     }; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue