remove an unused variable
gcc w/warnings whined
This commit is contained in:
@@ -756,7 +756,7 @@ boolean hitsroof;
|
|||||||
if (obj->oclass == POTION_CLASS) {
|
if (obj->oclass == POTION_CLASS) {
|
||||||
potionhit(&youmonst, obj, TRUE);
|
potionhit(&youmonst, obj, TRUE);
|
||||||
} else if (breaktest(obj)) {
|
} else if (breaktest(obj)) {
|
||||||
int otyp = obj->otyp, ocorpsenm = obj->corpsenm;
|
int otyp = obj->otyp;
|
||||||
int blindinc;
|
int blindinc;
|
||||||
|
|
||||||
/* need to check for blindness result prior to destroying obj */
|
/* need to check for blindness result prior to destroying obj */
|
||||||
|
|||||||
Reference in New Issue
Block a user