[Gamesnws-commits] r37 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Sep 30 13:45:39 CEST 2009
Author: grafab
Date: 2009-09-30 13:45:38 +0200 (Wed, 30 Sep 2009)
New Revision: 37
Modified:
pkg/R/playUno.R
Log:
Ausgaben entfernt
Modified: pkg/R/playUno.R
===================================================================
--- pkg/R/playUno.R 2009-09-30 11:34:03 UTC (rev 36)
+++ pkg/R/playUno.R 2009-09-30 11:45:38 UTC (rev 37)
@@ -389,9 +389,6 @@
unovec<-nwsFindTry(ws, 'uno')
names(unovec)<- nwsFindTry(ws,'players_logedin')
if(unovec[playerInAction] && length(cards_hand) > 2){
- print(length(cards_hand))
- print(cards_hand)
- print(unovec[playerInAction])
unovec[playerInAction]<-FALSE
nwsStore(ws, 'uno',unovec)
}
@@ -879,7 +876,6 @@
if(unovec[k]){
text(x=x,y=y+0.02,label="UNO!",col="red",cex=1.5)
}
- print(unovec)
}
# get played card
played <- nwsFindTry(ws, 'played')
More information about the Gamesnws-commits
mailing list