From b313bfcc63e972b1dfe059d91fe364d535478c7c Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 30 Apr 2004 13:27:34 +0000 Subject: some long outstanding 'freeze' bug.. having a function pause(){} conflicts with linux version of pause. So instead of doing nothing... we were forced to pause(2) --- (limited to 'noncore/games/go/goplayutils.c') diff --git a/noncore/games/go/goplayutils.c b/noncore/games/go/goplayutils.c index 9e2ce4c..91c6db2 100644 --- a/noncore/games/go/goplayutils.c +++ b/noncore/games/go/goplayutils.c @@ -916,7 +916,7 @@ short gx, gy, *savex, *savey; { smark = playMark; tryPlay(*savex, *savey, me); - pause(); +//pause(); if (gList[gMap[groupIDs[*savex][*savey]]].libC > 1) if (gList[gMap[groupIDs[gx][gy]]].libC > treeLibLim) { -- cgit v0.9.0.2