We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80b026 commit 80aff0dCopy full SHA for 80aff0d
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/ObjectCreationList.cpp
@@ -1398,7 +1398,7 @@ class GenericObjectCreationNugget : public ObjectCreationNugget
1398
// TheSuperHackers @bugfix bobtista 18/11/2025 Use FPF_CLEAR_CELLS_ONLY when DiesOnBadLand to prevent spawning in water/cliffs
1399
if (m_diesOnBadLand)
1400
{
1401
- fpOptions.flags = FPF_USE_HIGHEST_LAYER | FPF_CLEAR_CELLS_ONLY;
+ fpOptions.flags = static_cast<FindPositionFlags>(FPF_USE_HIGHEST_LAYER | FPF_CLEAR_CELLS_ONLY);
1402
}
1403
else
1404
0 commit comments