Home
last modified time | relevance | path

Searched refs:msg_cliGameBadMove (Results 1 – 3 of 3) sorted by relevance

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dmsg.h146 extern const char msg_cliGameBadMove[];
H A Dmsg.c354 const char msg_cliGameBadMove[] = "Move \"%s\" in game %d came from the " variable
/dports/games/cgoban/cgoban-1.9.14/src/client/
H A Dgame.c299 str_print(&errStr, msg_cliGameBadMove, locStr, gl->defaultGame); in cliGameList_gotMove()