Skip to content

Commit

Permalink
Do not change comment styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neloreck committed Jan 3, 2025
1 parent 88bc4eb commit 6b76750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/xrGame/alife_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void CSE_ALifeObject::spawn_supplies(LPCSTR ini_string)
loadoutIndex += 1;
xr_sprintf(loadoutSection, "spawn_loadout%d", loadoutIndex);
}
// -Alundaio
//-Alundaio

if (ini.section_exist("spawn"))
{
Expand All @@ -136,7 +136,7 @@ void CSE_ALifeObject::spawn_supplies(LPCSTR ini_string)
{
VERIFY(xr_strlen(N));

if (pSettings->section_exist(N)) // Alundaio: verify item section exists!
if (pSettings->section_exist(N)) //Alundaio: verify item section exists!
{
float f_cond = 1.0f;
bool bScope = false;
Expand Down Expand Up @@ -169,7 +169,7 @@ void CSE_ALifeObject::spawn_supplies(LPCSTR ini_string)
if (randF(1.f) < p)
{
CSE_Abstract* E = alife().spawn_item(N, o_Position, m_tNodeID, m_tGraphID, ID);
// подсоединить аддоны к оружию, если включены соответствующие флажки
//подсоединить аддоны к оружию, если включены соответствующие флажки
CSE_ALifeItemWeapon* W = smart_cast<CSE_ALifeItemWeapon*>(E);
if (W)
{
Expand Down

0 comments on commit 6b76750

Please sign in to comment.