Add missing variable init

This commit is contained in:
Pasi Kallinen
2016-01-10 10:09:56 +02:00
parent e1f8deb63f
commit 653f75edc1

View File

@@ -348,7 +348,7 @@ tactics(mtmp)
register struct monst *mtmp;
{
unsigned long strat = strategy(mtmp);
xchar sx, sy;
xchar sx = 0, sy = 0;
mtmp->mstrategy =
(mtmp->mstrategy & (STRAT_WAITMASK | STRAT_APPEARMSG)) | strat;