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

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.40 by root, Wed Mar 14 01:19:10 2007 UTC vs.
Revision 1.41 by root, Wed Mar 14 15:44:47 2007 UTC

129 mapmode = Map0Cmd; 129 mapmode = Map0Cmd;
130 darkness = 1; 130 darkness = 1;
131 mapx = 11; 131 mapx = 11;
132 mapy = 11; 132 mapy = 11;
133 itemcmd = 1; /* Default is version item1 command */ 133 itemcmd = 1; /* Default is version item1 command */
134 max_rate = 100000 / (1000000 / MAX_TIME); // ~1mbit is assumed per default
134 135
135 /* Do this so we don't send a face command for the client for 136 /* Do this so we don't send a face command for the client for
136 * this face. Face 0 is sent to the client to say clear 137 * this face. Face 0 is sent to the client to say clear
137 * face information. 138 * face information.
138 */ 139 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines