Small gcc2 fix.
This commit is contained in:
parent
cf3eb566f0
commit
09e48361dd
1 changed files with 1 additions and 1 deletions
|
|
@ -4854,10 +4854,10 @@ static void mainloop(void)
|
||||||
|
|
||||||
if (HIT(r_tools))
|
if (HIT(r_tools))
|
||||||
{
|
{
|
||||||
|
int most = 14;
|
||||||
eraflag = 0;
|
eraflag = 0;
|
||||||
magicflag = 0;
|
magicflag = 0;
|
||||||
/* Tools: */
|
/* Tools: */
|
||||||
int most = 14;
|
|
||||||
|
|
||||||
if (NUM_TOOLS > most + TOOLOFFSET)
|
if (NUM_TOOLS > most + TOOLOFFSET)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue