mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	you can no longer set compass size < 0
This commit is contained in:
		| @@ -864,9 +864,9 @@ void showGraphConfig() { | ||||
|    | ||||
|     if(xuni == 'C') { | ||||
|       dialog::editNumber(vid.mobilecompasssize, 0, 100, 10, 20, XLAT("compass size"), ""); | ||||
|       dialog::bound_low(0); | ||||
|       // we need to check the moves | ||||
|       dialog::reaction = checkmove; | ||||
|       dialog::bound_low(0); | ||||
|       } | ||||
|  | ||||
|   #if CAP_FRAMELIMIT     | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue