Small gcc2 fix.

This commit is contained in:
Scott McCreary 2010-07-01 07:03:48 +00:00
parent cf3eb566f0
commit 09e48361dd

View file

@ -4854,10 +4854,10 @@ static void mainloop(void)
if (HIT(r_tools))
{
int most = 14;
eraflag = 0;
magicflag = 0;
/* Tools: */
int most = 14;
if (NUM_TOOLS > most + TOOLOFFSET)
{