- Fixed compilation issues with GCC.
- Removed special case for nobotnodes in MAPINFO. SVN r1045 (trunk)
This commit is contained in:
parent
4ff07b68ee
commit
1462e5efa4
4 changed files with 11 additions and 9 deletions
|
|
@ -953,7 +953,7 @@ FArchive &operator<< (FArchive &arc, FTextureID &tex)
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
FTextureID FTextureID::operator +(int offset)
|
||||
FTextureID FTextureID::operator +(int offset) throw()
|
||||
{
|
||||
if (!isValid()) return *this;
|
||||
if (texnum + offset >= TexMan.NumTextures()) return FTextureID(-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue