ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/standalone.c
(Generate patch)

Comparing deliantra/server/random_maps/standalone.c (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:14:23 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Feb 22 18:03:16 2006 UTC

1/* 1/*
2 * static char *rcsid_standalone_c = 2 * static char *rcsid_standalone_c =
3 * "$Id: standalone.c,v 1.1.1.1 2006/02/03 07:14:23 root Exp $"; 3 * "$Id: standalone.c,v 1.1.1.2 2006/02/22 18:03:16 elmex Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
169 * Those are dummy functions defined to resolve all symboles. 169 * Those are dummy functions defined to resolve all symboles.
170 * Added as part of glue cleaning. 170 * Added as part of glue cleaning.
171 * Ryo 2005-07-15 171 * Ryo 2005-07-15
172 **/ 172 **/
173 173
174void new_draw_info(int a, int b, object *ob, const char *txt) 174void new_draw_info(int a, int b, const object *ob, const char *txt)
175 { 175 {
176 fprintf(logfile, "%s\n", txt); 176 fprintf(logfile, "%s\n", txt);
177 } 177 }
178void new_info_map(int color, mapstruct *map, const char *str) 178void new_info_map(int color, mapstruct *map, const char *str)
179 { 179 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines