mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	racing:: disabled rotation with mouse in 2D3D
This commit is contained in:
		| @@ -1691,8 +1691,8 @@ void movePlayer(monster *m, int delta) { | ||||
|  | ||||
|   bool blown = m->blowoff > curtime; | ||||
|  | ||||
|   if(WDIM == 2 && GDIM == 3 && !lctrlclick && cpid == 0 && !racing::on) { | ||||
|     playerturn[cpid] -= mouseaim_x; | ||||
|   if(WDIM == 2 && GDIM == 3 && !lctrlclick && cpid == 0) { | ||||
|     if(!racing::on) playerturn[cpid] -= mouseaim_x; | ||||
|     playerturny[cpid] -= mouseaim_y; | ||||
|     mouseaim_x = 0; | ||||
|     mouseaim_y = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue