diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-02-18 22:39:00 +0100 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-02-18 22:39:00 +0100 |
commit | 966b6a4a8dbfc55858a7644e3fbd00f1b6ece8f5 (patch) | |
tree | beed8b618f791c0ce666299a0462894d90a34f83 /src/game/Player.cpp | |
parent | 31637d4aac6ae2081ccb3db976cab17936019f1a (diff) |
Fix build
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 0a7090265a2..226d6729f95 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -20393,3 +20393,4 @@ uint8 Player::CanEquipUniqueItem( ItemPrototype const* itemProto, uint8 except_s } return EQUIP_ERR_OK; +} |