mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	fixed for older compilers
This commit is contained in:
		| @@ -1383,7 +1383,7 @@ void drawqueue() { | ||||
|   if(two_sided_model()) { | ||||
|    | ||||
|     if(pmodel == mdHyperboloid && hyperbolic) { | ||||
|       dynamicval dv(pmodel, mdHyperboloidFlat); | ||||
|       dynamicval<eModel> dv (pmodel, mdHyperboloidFlat); | ||||
|       for(auto& ptd: ptds)  | ||||
|         if(!among(ptd->prio, PPR::MOBILE_ARROW, PPR::OUTCIRCLE, PPR::CIRCLE)) | ||||
|           ptd->draw(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue