- Fixed some more GCC warnings.

- Updated project files for nasm 2.0, which is now named nasm.exe for the
  Windows version, rather than nasmw.exe. Also fixed the annoying new warnings
  it generated.


SVN r593 (trunk)
This commit is contained in:
Randy Heit 2007-12-11 02:38:38 +00:00
commit e666cde418
21 changed files with 161 additions and 153 deletions

View file

@ -426,7 +426,7 @@ void M_StartupSkillMenu(const char *playerclass)
}
}
SkillDef.numitems = HexenSkillMenu.numitems = 0;
for(int i=0;i<AllSkills.Size() && i<8;i++)
for(unsigned int i=0;i<AllSkills.Size() && i<8;i++)
{
FSkillInfo &skill = AllSkills[i];