ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/global.h
(Generate patch)

Comparing deliantra/server/include/global.h (file contents):
Revision 1.78 by root, Thu Oct 15 21:40:42 2009 UTC vs.
Revision 1.79 by root, Thu Oct 15 21:59:48 2009 UTC

146 * Misc global variables: 146 * Misc global variables:
147 */ 147 */
148EXTERN shstr first_map_path; /* The start-level */ 148EXTERN shstr first_map_path; /* The start-level */
149EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */ 149EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */
150 150
151EXTERN char errmsg[HUGE_BUF];
152EXTERN long ob_count; 151EXTERN long ob_count;
153 152
154extern dynbuf_text msg_dynbuf; // a dynbuf for text messages and other temporary data 153extern dynbuf_text msg_dynbuf; // a dynbuf for text messages and other temporary data
155 154
156/* do not use these in new code, see object.h::animation */ 155/* do not use these in new code, see object.h::animation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines