Skip to content

Commit

Permalink
Fix pqGetValidKOTypes not listing kSynchedObject (it has an edit dialog)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgelessus committed Mar 7, 2024
1 parent 5cd0d96 commit a4e21ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrpShop/QPlasmaUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ std::vector<short> pqGetValidKOTypes()
kMsgForwarder, kMultistageBehMod, kOneShotMod, kPanicLinkRegion,
kPickingDetector, kPointShadowMaster, kPythonFileMod, kSceneNode,
kSceneObject, kSeekPointMod, kShadowMaster, kSimulationInterface, kSound,
kSoundBuffer, kSpawnModifier, kSubworldRegionDetector, kWinAudible,
kSoundBuffer, kSpawnModifier, kSubworldRegionDetector, kSynchedObject, kWinAudible,
kWin32LinkSound, kWin32Sound, kWin32StaticSound, kWin32StreamingSound,
};
static size_t s_numTypes = sizeof(s_typeList) / sizeof(s_typeList[0]);
Expand Down

0 comments on commit a4e21ae

Please sign in to comment.