Browse Source

small griswold cleanup (#1440)

pull/1443/head
qndel 5 years ago committed by GitHub
parent
commit
b845f2d8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/items.cpp

2
Source/items.cpp

@ -4625,7 +4625,7 @@ int RndPremiumItem(int minlvl, int maxlvl)
static void SpawnOnePremium(int i, int plvl, int myplr)
{
int ivalue;
int ivalue = 0;
ItemStruct holditem = items[0];
int strength = plr[myplr].GetMaximumAttributeValue(ATTRIB_STR);

Loading…
Cancel
Save