summaryrefslogtreecommitdiff
path: root/src/floor_item.h
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-03-01 22:46:37 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-03-01 22:46:37 +0000
commitb7cded07732a85204b7e251d51cf4538a58ce374 (patch)
tree039358abb935e74c4fcc7cd36daf9f09f4a39f11 /src/floor_item.h
parent28e644b9a72bc41a5403cfcb282c5ca2aa372fa1 (diff)
downloadmana-client-b7cded07732a85204b7e251d51cf4538a58ce374.tar.gz
mana-client-b7cded07732a85204b7e251d51cf4538a58ce374.tar.bz2
mana-client-b7cded07732a85204b7e251d51cf4538a58ce374.tar.xz
mana-client-b7cded07732a85204b7e251d51cf4538a58ce374.zip
Deleting subx and suby for items, because it's useless
Diffstat (limited to 'src/floor_item.h')
-rwxr-xr-xsrc/floor_item.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/floor_item.h b/src/floor_item.h
index 61a62804..1f0baa6b 100755
--- a/src/floor_item.h
+++ b/src/floor_item.h
@@ -33,7 +33,6 @@ class FloorItem {
unsigned int id;
unsigned int int_id;
unsigned short x, y;
- unsigned short subx, suby;
/**
* Constructor.