mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	rogueviz:: fixed pedantic errors
This commit is contained in:
		| @@ -389,7 +389,6 @@ auto fifteen_hook = | ||||
|  | ||||
|     cb(XLAT("variants of the fifteen puzzle"), &fifteen_slides[0], 'h'); | ||||
|     }); | ||||
|   ; | ||||
| #endif | ||||
|  | ||||
| EX } | ||||
|   | ||||
| @@ -257,7 +257,7 @@ namespace objmodels { | ||||
|     void render(const shiftmatrix& V); | ||||
|     }; | ||||
|    | ||||
|   inline tf_result default_transformer(hyperpoint h) { return {0, direct_exp(h) };}; | ||||
|   inline tf_result default_transformer(hyperpoint h) { return {0, direct_exp(h) };} | ||||
|    | ||||
|   inline int default_subdivider(vector<hyperpoint>& hys) {  | ||||
|     if(euclid) return 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue