compilation bits

- remove an unused variable in use_pick_axe2
- wiz_debug_cmd needs to return an int like other extended commands
This commit is contained in:
cohrs
2002-04-21 17:43:17 +00:00
parent b1055ae7c1
commit 5bc5910ed8
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
* module you are trying to debug) or things are going to get rather
* hard to link :-)
*/
extern void NDECL(wiz_debug_cmd);
extern int NDECL(wiz_debug_cmd);
#endif
#ifdef DUMB /* stuff commented out in extern.h, but needed here */