(svn r2886) Rename the "owner" attribute to "m1", because when it stores an owner it is accessed by [GS]etOwner anyway and when it doesn't store an owner, but arbitrary data, accessing a field called "owner" is confusing.

This commit is contained in:
tron
2005-08-23 18:47:04 +00:00
parent 9d9ee2fe56
commit b45aeb5c36
11 changed files with 51 additions and 51 deletions

2
map.h
View File

@@ -19,7 +19,7 @@ extern uint _map_size;
typedef struct Tile {
byte type_height;
byte owner;
byte m1;
uint16 m2;
byte m3;
byte m4;