On Mon, 25 Jun 2007 21:09:28 -0400 [EMAIL PROTECTED] wrote:
>This patch make slight change to remove #ifdef WIN32 on a var, so 
>it compile OK on linux now.
>
I forgot to attach this on new revision, you DO need this still.

Index: src/multiint.c
===================================================================
--- src/multiint.c    (revision 1616)
+++ src/multiint.c    (working copy)
@@ -2137,8 +2137,9 @@
         widgDelete(psWScreen,MULTIOP_PLAYERS);
         widgDelete(psWScreen,FRONTEND_SIDETEXT2);                  
  // del text too,
 
-        strcpy(tmp,MultiPlayersPath);
-        strcat(tmp,"*.sta");
+//        strcpy(tmp,MultiPlayersPath);
+//        strcat(tmp,"*.sta");
+        strcpy(tmp,"multiplay\\");// just this directory needs for 
now.
         addMultiRequest(tmp,MULTIOP_PNAME,0,0);
         break;

--
Click to compare life insurance rates.  Great rates, quick and easy.
http://tagline.hushmail.com/fc/Ioyw6h4d8MKjawBFJVneYDpksZSxEY08Bvxgp1JNjIaPNkzUbkLiua/



_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to