Skip to content

Commit 727c8b9

Browse files
committed
xrServerEntities/alife_space.h: Removed unneeded comment.
The comment said the same thing as code.
1 parent 2488da9 commit 727c8b9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/xrServerEntities/alife_space.h

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,10 @@ namespace ALife {
139139
eCombatTypeDummy = u32(-1),
140140
};
141141

142-
//âîçìîæíîñòü ïîäêëþ÷åíèÿ àääîíîâ
143-
enum EWeaponAddonStatus{
144-
eAddonDisabled = 0, //íåëüçÿ ïðèñîåäåíèòü
145-
eAddonPermanent = 1, //ïîñòîÿííî ïîäêëþ÷åíî ïî óìîë÷àíèþ
146-
eAddonAttachable = 2 //ìîæíî ïðèñîåäèíÿòü
142+
enum EWeaponAddonStatus {
143+
eAddonDisabled = 0,
144+
eAddonPermanent = 1,
145+
eAddonAttachable = 2
147146
};
148147

149148
IC EHitType g_tfString2HitType(LPCSTR caHitType)
@@ -195,4 +194,4 @@ namespace ALife {
195194
DEFINE_MAP (_STORY_ID, CSE_ALifeDynamicObject*, STORY_P_MAP, STORY_P_PAIR_IT);
196195
};
197196

198-
#endif //XRAY_ALIFE_SPACE
197+
#endif //XRAY_ALIFE_SPACE

0 commit comments

Comments
 (0)