Fix the mtrack memset
This commit is contained in:
+1
-1
@@ -980,7 +980,7 @@ register int x, y;
|
||||
}
|
||||
}
|
||||
|
||||
memset(mtmp->mtrack, MTSZ, sizeof(coord));
|
||||
memset(mtmp->mtrack, 0, sizeof(mtmp->mtrack));
|
||||
place_monster(mtmp, x, y); /* put monster down */
|
||||
update_monster_region(mtmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user