Skip to content

Commit 7f159ad

Browse files
committed
fix: weird formatting
1 parent 49cbb9f commit 7f159ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Die/CreateObjectDie.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ CreateObjectDieModuleData::CreateObjectDieModuleData()
6060
{
6161
{ "CreationList", INI::parseObjectCreationList, NULL, offsetof( CreateObjectDieModuleData, m_ocl ) },
6262
{ "TransferPreviousHealth", INI::parseBool, NULL ,offsetof( CreateObjectDieModuleData, m_transferPreviousHealth ) },
63-
{ "TransferSelection", INI::parseBool, NULL ,offsetof( CreateObjectDieModuleData, m_transferSelection ) },
63+
{ "TransferSelection", INI::parseBool, NULL, offsetof( CreateObjectDieModuleData, m_transferSelection ) },
6464
{ 0, 0, 0, 0 }
6565
};
6666
p.add(dataFieldParse);

0 commit comments

Comments
 (0)