- fix bug #1137 by fennell, Thank's
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7832 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 4ca156542b04f22c94e73a9a2b3d053d4a4f2e40 Former-commit-id: bb73324ae57ff0f25211376887dcd29445f37ffc
This commit is contained in:
parent
43af0054bd
commit
933c5d9a0e
1 changed files with 439 additions and 444 deletions
|
@ -84,11 +84,6 @@ typedef struct tInfo
|
|||
{
|
||||
char *name;
|
||||
char *dispname;
|
||||
#ifdef WEBSERVER
|
||||
char *webserverusername;
|
||||
char *webserverpassword;
|
||||
#endif //WEBSERVER
|
||||
|
||||
} tInfo;
|
||||
|
||||
/* Player info struct */
|
||||
|
@ -145,10 +140,10 @@ public:
|
|||
_skilllevel = src._skilllevel;
|
||||
_autoreverse = src._autoreverse;
|
||||
#ifdef WEBSERVER
|
||||
_info.webserverusername = 0;
|
||||
setWebserverusername(src._info.webserverusername);
|
||||
_info.webserverpassword = 0;
|
||||
setWebserverpassword(src._info.webserverpassword);
|
||||
_webserverusername = 0;
|
||||
setWebserverusername(src._webserverusername);
|
||||
_webserverpassword = 0;
|
||||
setWebserverpassword(src._webserverpassword);
|
||||
#endif //WEBSERVER
|
||||
_color[0] = src._color[0];
|
||||
_color[1] = src._color[1];
|
||||
|
|
Loading…
Reference in a new issue