This commit is contained in:
jl777
2019-03-26 03:38:25 -11:00
parent d223563eff
commit 80085d9d39
3 changed files with 40 additions and 1 deletions

View File

@@ -811,7 +811,7 @@ int tetris(int argc, char **argv)
#endif // _WIN32
rs->seed = rs->origseed;
strcpy(Gametxidstr,argv[2]);
fprintf(stderr,"setplayerdata\n");
fprintf(stderr,"setplayerdata %s\n",Gametxidstr);
if ( games_setplayerdata(rs,Gametxidstr) < 0 )
{
fprintf(stderr,"invalid gametxid, or already started\n");