mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	hyperbolic_37
This commit is contained in:
		
							
								
								
									
										1
									
								
								init.cpp
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								init.cpp
									
									
									
									
									
								
							| @@ -387,6 +387,7 @@ void addMessage(string s, char spamtype = 0); | ||||
| #define ALPHA (M_PI*2/S7) | ||||
| #define S7 ginf[geometry].sides | ||||
| #define S3 ginf[geometry].vertex | ||||
| #define hyperbolic_37 (S7 > 7 && S3 > 3 && hyperbolic) | ||||
| #define hyperbolic_not37 ((S7 > 7 || S3 > 3) && hyperbolic) | ||||
| #define weirdhyperbolic ((S7 > 7 || S3 > 3 || gp::on) && hyperbolic) | ||||
| #define stdhyperbolic (S7 == 7 && S3 == 3 && !gp::on) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue