mirror of
				https://github.com/hedge-dev/UnleashedRecomp.git
				synced 2025-10-30 07:11:05 +00:00 
			
		
		
		
	Fix NPC talk button cast modifier flags. (#336)
This commit is contained in:
		
							parent
							
								
									7c1aea4e24
								
							
						
					
					
						commit
						f7e660b5d8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -728,7 +728,7 @@ static const xxHashMap<CsdModifier> g_modifiers =
 | 
			
		|||
    { HashStr("ui_townscreen/time_effect"), { ALIGN_TOP_RIGHT | SCALE } },
 | 
			
		||||
    { HashStr("ui_townscreen/info"), { ALIGN_TOP_LEFT | SCALE } },
 | 
			
		||||
    { HashStr("ui_townscreen/cam"), { ALIGN_TOP_RIGHT | SCALE } },
 | 
			
		||||
    { HashStr("ui_townscreen/footer"), { ALIGN_BOTTOM } },
 | 
			
		||||
    { HashStr("ui_townscreen/footer"), { ALIGN_BOTTOM_RIGHT | SCALE } },
 | 
			
		||||
 | 
			
		||||
    // ui_worldmap
 | 
			
		||||
    { HashStr("ui_worldmap/contents/choices/cts_choices_bg"), { STRETCH } },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue