1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 16:39:09 +00:00

(svn r2852) Remove the unused field 'id' from struct FiosItem

This commit is contained in:
tron
2005-08-11 13:03:39 +00:00
parent ecf20af742
commit bfe8f13a8a

1
hal.h
View File

@@ -48,7 +48,6 @@ extern bool _dbg_screen_rect;
// Deals with finding savegames
typedef struct {
uint16 id;
byte type;
uint64 mtime;
char title[64];