build warning compiling with visual studio 2019

This commit is contained in:
nhmall
2021-09-17 22:32:06 -04:00
parent b30061b5ad
commit 0973743e83

View File

@@ -2982,7 +2982,7 @@ menu_loot(int retry, boolean put_in)
struct obj *otmp, *otmp2;
menu_item *pick_list;
int mflags, res;
long count;
long count = 0;
if (retry) {
all_categories = (retry == -2);