fix for api change

This commit is contained in:
ehouse 2005-04-03 02:47:08 +00:00
parent 1c38bcf6ed
commit 2ccdf6878a

View file

@ -547,8 +547,9 @@ new_game( GtkWidget* widget, GtkAppGlobals* globals )
XP_U32 gameID = util_getCurSeconds( globals->cGlobals.params->util );
XP_STATUSF( "grabbed gameID: %ld\n", gameID );
game_reset( MEMPOOL &globals->cGlobals.game, gi, gameID, &globals->cp,
linux_tcp_send, globals );
game_reset( MEMPOOL &globals->cGlobals.game, gi,
globals->cGlobals.params->util,
gameID, &globals->cp, linux_tcp_send, globals );
if ( isClient ) {
XWStreamCtxt* stream =