delete cruft

This commit is contained in:
Bradley Bell 2003-11-15 00:36:54 +00:00
parent c5d7bfb7b1
commit a51cf2e026
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
2003-11-14 Bradley Bell <btb@icculus.org>
* main/automap.c: delete cruft
* main/automap.c, main/automap.h: delete cruft
* main/automap.c: fix level number position

View file

@ -1,4 +1,4 @@
/* $Id: automap.h,v 1.3 2003-10-10 09:36:34 btb Exp $ */
/* $Id: automap.h,v 1.4 2003-11-15 00:36:54 btb Exp $ */
/*
THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
@ -53,7 +53,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
extern void do_automap(int key_code);
extern void automap_clear_visited();
extern ubyte Automap_visited[MAX_SEGMENTS];
extern void modex_print_message(int x, int y, char *str);
void DropBuddyMarker(object *objp);
extern int Automap_active;