mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed checkmove giving wrong answer when bow::fire_mode is active
This commit is contained in:
		| @@ -304,6 +304,7 @@ EX void checkmove() { | ||||
|    | ||||
|   if(true) { | ||||
|     for(int i=0; i<cwt.at->type; i++) { | ||||
|       dynamicval<bool> fm(bow::fire_mode, false); | ||||
|       if(movepcto(1, -1, true)) { | ||||
|         canmove = legalmoves[cwt.spin] = true; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue