From 53c4af95c8fa27f911bef6c0d79df20748e88407 Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 20 Mar 2007 10:56:15 +0000 Subject: [PATCH] --- src/engine/local_engine/localplayer.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/engine/local_engine/localplayer.cpp b/src/engine/local_engine/localplayer.cpp index c916feb0..a2fcbd5a 100755 --- a/src/engine/local_engine/localplayer.cpp +++ b/src/engine/local_engine/localplayer.cpp @@ -868,18 +868,6 @@ void LocalPlayer::flopEngine() { } break; default: { - if(sBluff > 90) { - myAction = 2; - } - else { - if(myCash/(2*actualHand->getSmallBlind()) <= 5) { - myAction = 6; - } else { - bet = (cBluff/30)*2*actualHand->getSmallBlind(); - if(bet < 2*actualHand->getSmallBlind()) bet = 2*actualHand->getSmallBlind(); - myAction = 4; - } - } } } }