Skip to content

Commit

Permalink
xrServerEntities/alife_space.h: Removed unneeded comment.
Browse files Browse the repository at this point in the history
The comment said the same thing as code.
  • Loading branch information
Kaffeine committed May 20, 2016
1 parent 2488da9 commit 727c8b9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/xrServerEntities/alife_space.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,10 @@ namespace ALife {
eCombatTypeDummy = u32(-1),
};

//âîçìîæíîñòü ïîäêëþ÷åíèÿ àääîíîâ
enum EWeaponAddonStatus{
eAddonDisabled = 0, //íåëüçÿ ïðèñîåäåíèòü
eAddonPermanent = 1, //ïîñòîÿííî ïîäêëþ÷åíî ïî óìîë÷àíèþ
eAddonAttachable = 2 //ìîæíî ïðèñîåäèíÿòü
enum EWeaponAddonStatus {
eAddonDisabled = 0,
eAddonPermanent = 1,
eAddonAttachable = 2
};

IC EHitType g_tfString2HitType(LPCSTR caHitType)
Expand Down Expand Up @@ -195,4 +194,4 @@ namespace ALife {
DEFINE_MAP (_STORY_ID, CSE_ALifeDynamicObject*, STORY_P_MAP, STORY_P_PAIR_IT);
};

#endif //XRAY_ALIFE_SPACE
#endif //XRAY_ALIFE_SPACE

0 comments on commit 727c8b9

Please sign in to comment.