aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/magic.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/magic.cc b/src/magic.cc
index af8e031..f7fbe70 100644
--- a/src/magic.cc
+++ b/src/magic.cc
@@ -389,7 +389,6 @@ void TSummonImpact::handleField(int x, int y, int z){
if(Actor != NULL
&& IsRaceValid(Race)
&& Actor->SummonedCreatures < Maximum){
- int x, y, z;
if(SearchSummonField(&x, &y, &z, 2)){
CreateMonster(Race, x, y, z, 0, Actor->ID, true);
}