Browse Source

atcommand identifyall follow up (#3463)

Fixed unreferenced local variable "i"
keitenai 6 years ago
parent
commit
d7d012c5c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/map/atcommand.cpp

+ 0 - 1
src/map/atcommand.cpp

@@ -7089,7 +7089,6 @@ ACMD_FUNC(identify)
 *-----------------------------------------------*/
 ACMD_FUNC(identifyall)
 {
-	int i;
 	nullpo_retr(-1, sd);
 	pc_identifyall(sd, true);
 	return 0;