X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FPartyLayout.h;h=a50d0064b36c1fa046535267d33298b16e9d5585;hb=1907ca03c5e865c4d398170042aa384c67ffff29;hp=e4f7d1b706517393bd262bebdeeaa26cd069f7d3;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/battle/PartyLayout.h b/src/battle/PartyLayout.h index e4f7d1b..a50d006 100644 --- a/src/battle/PartyLayout.h +++ b/src/battle/PartyLayout.h @@ -18,6 +18,9 @@ namespace battle { class PartyLayout { + public: + static const int TYPE_ID = 203; + public: PartyLayout() : positions(0), numPositions(0) { }