thrownobj, kick[ed]obj (trunk only)
Rename ``kickobj'' to ``kickedobj'' so that the tense matches that of ``thrownobj''. Also, move their declarations to decl.h and their definitions to decl.c since usage has spread from dokick.c/dothrow.c to various files and is about to expand to another one.
This commit is contained in:
@@ -162,7 +162,11 @@ NEARDATA struct obj *invent = (struct obj *)0,
|
||||
*ublindf = (struct obj *)0,
|
||||
*uchain = (struct obj *)0,
|
||||
*uball = (struct obj *)0;
|
||||
NEARDATA struct obj *current_wand = 0; /* wand currently zapped/applied */
|
||||
/* some objects need special handling during destruction or placement */
|
||||
NEARDATA struct obj
|
||||
*current_wand = 0, /* wand currently zapped/applied */
|
||||
*thrownobj = 0, /* object in flight due to throwing */
|
||||
*kickedobj = 0; /* object in flight due to kicking */
|
||||
|
||||
#ifdef TEXTCOLOR
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user