mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
fix for api change
This commit is contained in:
parent
1c38bcf6ed
commit
2ccdf6878a
1 changed files with 3 additions and 2 deletions
|
@ -547,8 +547,9 @@ new_game( GtkWidget* widget, GtkAppGlobals* globals )
|
||||||
XP_U32 gameID = util_getCurSeconds( globals->cGlobals.params->util );
|
XP_U32 gameID = util_getCurSeconds( globals->cGlobals.params->util );
|
||||||
|
|
||||||
XP_STATUSF( "grabbed gameID: %ld\n", gameID );
|
XP_STATUSF( "grabbed gameID: %ld\n", gameID );
|
||||||
game_reset( MEMPOOL &globals->cGlobals.game, gi, gameID, &globals->cp,
|
game_reset( MEMPOOL &globals->cGlobals.game, gi,
|
||||||
linux_tcp_send, globals );
|
globals->cGlobals.params->util,
|
||||||
|
gameID, &globals->cp, linux_tcp_send, globals );
|
||||||
|
|
||||||
if ( isClient ) {
|
if ( isClient ) {
|
||||||
XWStreamCtxt* stream =
|
XWStreamCtxt* stream =
|
||||||
|
|
Loading…
Add table
Reference in a new issue