mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	silenced clang warning about unused capture
This commit is contained in:
		| @@ -867,7 +867,7 @@ void showMessageLog() { | ||||
|   displayButton(xr*10, i0, IFM("c - ") + XLAT("clear"), '0', 8); | ||||
|   displayButton(xr*40, i0, IFM("t - ") + XLAT(timeformats[timeformat]), '0', 8); | ||||
|    | ||||
|   keyhandler = [lines, maxpos] (int sym, int uni) { | ||||
|   keyhandler = [lines] (int sym, int uni) { | ||||
|     if(uni == PSEUDOKEY_WHEELDOWN) messagelogpos++; | ||||
|     else if(uni == PSEUDOKEY_WHEELUP) messagelogpos--; | ||||
|     else if(uni == SDLK_DOWN || uni == SDLK_KP2) messagelogpos++; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue