diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-29 17:45:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-29 17:45:52 +0300 |
commit | 2d32dc27210d16102f9200de115f2c3f79a5cb22 (patch) | |
tree | 5aa84ebe6c5c1d708b14bee2bf0ce95df714fc1d /src/being/localplayer.h | |
parent | 7bdb50605562e47f1d6ae134881c09bd42293be5 (diff) | |
download | manaverse-2d32dc27210d16102f9200de115f2c3f79a5cb22.tar.gz manaverse-2d32dc27210d16102f9200de115f2c3f79a5cb22.tar.bz2 manaverse-2d32dc27210d16102f9200de115f2c3f79a5cb22.tar.xz manaverse-2d32dc27210d16102f9200de115f2c3f79a5cb22.zip |
Use BeingTypeId in Being for subtypeid.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 0d890c985..093b188c4 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -58,7 +58,7 @@ class LocalPlayer final : public Being, * Constructor. */ explicit LocalPlayer(const BeingId id, - const uint16_t subtype = 0U); + const BeingTypeId subtype = BeingTypeId_zero); A_DELETE_COPY(LocalPlayer) |