diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-03-01 22:46:37 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-03-01 22:46:37 +0000 |
commit | b7cded07732a85204b7e251d51cf4538a58ce374 (patch) | |
tree | 039358abb935e74c4fcc7cd36daf9f09f4a39f11 /src/floor_item.cpp | |
parent | 28e644b9a72bc41a5403cfcb282c5ca2aa372fa1 (diff) | |
download | mana-b7cded07732a85204b7e251d51cf4538a58ce374.tar.gz mana-b7cded07732a85204b7e251d51cf4538a58ce374.tar.bz2 mana-b7cded07732a85204b7e251d51cf4538a58ce374.tar.xz mana-b7cded07732a85204b7e251d51cf4538a58ce374.zip |
Deleting subx and suby for items, because it's useless
Diffstat (limited to 'src/floor_item.cpp')
-rwxr-xr-x | src/floor_item.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/floor_item.cpp b/src/floor_item.cpp index fb974356..5aacfeb8 100755 --- a/src/floor_item.cpp +++ b/src/floor_item.cpp @@ -75,7 +75,6 @@ FloorItem *find_floor_item_by_id(unsigned int int_id) { FloorItem::FloorItem() { id = 0; int_id = 0; x = 0; y = 0; - subx = 0; suby = 0; } FloorItem::~FloorItem() { |