Declare polearm range variables as static

This commit is contained in:
Pasi Kallinen
2015-11-21 20:25:05 +02:00
parent 9d76fe7b9c
commit 579ceb35c1
+2 -2
View File
@@ -2731,8 +2731,8 @@ int min_range, max_range;
return TRUE; return TRUE;
} }
int polearm_range_min = -1; static int polearm_range_min = -1;
int polearm_range_max = -1; static int polearm_range_max = -1;
void void
display_polearm_positions(state) display_polearm_positions(state)