remove an unused variable

gcc w/warnings whined
This commit is contained in:
cohrs
2004-11-29 22:50:36 +00:00
parent 2abfb12144
commit 8215976fdb

View File

@@ -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 */