Removed Nr

This commit is contained in:
jsalmon3 2003-02-12 23:25:24 +00:00
parent 0692864234
commit 037378fd35
2 changed files with 2 additions and 5 deletions

View file

@ -10,7 +10,7 @@
//
/**@name construct.h - The constructions headerfile. */
//
// (c) Copyright 1998-2002 by Lutz Sammer
// (c) Copyright 1998-2003 by Lutz Sammer
//
// FreeCraft is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
@ -120,8 +120,6 @@ typedef struct _construction_ {
char* File[TilesetMax]; /// sprite file
char* ShadowFile; /// shadow sprite file
int Nr; /// FIXME: remove Number for save
int Width; /// sprite width
int Height; /// sprite height
int ShadowWidth; /// shadow sprite width

View file

@ -10,7 +10,7 @@
//
/**@name construct.c - The constructions. */
//
// (c) Copyright 1998-2002 by Lutz Sammer
// (c) Copyright 1998-2003 by Lutz Sammer
//
// FreeCraft is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
@ -332,7 +332,6 @@ local SCM CclDefineConstruction(SCM list)
}
construction=&Constructions[i];
construction->OType=ConstructionType;
construction->Nr=i; // FIXME: remove
construction->Ident=str;
//