ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/init.C
(Generate patch)

Comparing deliantra/server/common/init.C (file contents):
Revision 1.58 by root, Wed Apr 28 19:49:50 2010 UTC vs.
Revision 1.59 by root, Thu Apr 29 07:32:33 2010 UTC

57 * correspond to. 57 * correspond to.
58 */ 58 */
59struct Settings settings = { 59struct Settings settings = {
60 LOGFILE, /* Logfile */ 60 LOGFILE, /* Logfile */
61 CSPORT, /* Client/server port */ 61 CSPORT, /* Client/server port */
62 62 llevTrace, /* Log level */
63/* Debug level */
64#ifdef DEBUG
65 llevDebug,
66#else
67 llevInfo,
68#endif
69
70 0, NULL, 0, /* dumpvalues, dumparg, daemonmode */ 63 0, NULL, 0, /* dumpvalues, dumparg, daemonmode */
71 0, /* argc */ 64 0, /* argc */
72 NULL, /* argv */ 65 NULL, /* argv */
73 CONFDIR, 66 CONFDIR,
74 DATADIR, 67 DATADIR,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines