File diff r1146:25780ad952e8 → r1147:b5f33e0d8ddf
main_gui.c
Show inline comments
 
@@ -159,7 +159,7 @@ static void ToolbarPauseClick(Window *w)
 
{
 
	if (_networking && !_network_server) { return;} // only server can pause the game
 

	
 
	if (DoCommandP(0, _pause?0:1, 0, NULL, CMD_PAUSE))
 
	if (DoCommandP(0, _pause ? 0 : 1, 0, NULL, CMD_PAUSE))
 
		SndPlayFx(SND_15_BEEP);
 
}