OK, while working on my own Campaign (I know... me and everybody else), I tried to clean up as much of the errors to prevent unexplained crashes and improve stability, and have been running it through debug versions of FRED to see what pops up. I've cleaned up what I can understand, but the rest is beyond me. I'm hoping someone can tell me what the problem is.
Error message 1:
Assert: !(weaponp->wi_flags & WIF_FLAK) && !(weaponp->wi_flags & WIF_SWARM)
File: E:\Languages\Visual Studio Projects\Visual C++\fs2_open\code\Weapon\Weapons.cpp
Line: 1042
Error message 2:
Assert: !(weaponp->wi_flags & WIF_CORKSCREW) && !(weaponp->wi_flags & WIF_FLAK)
File: E:\Languages\Visual Studio Projects\Visual C++\fs2_open\code\Weapon\Weapons.cpp
Line: 1045
(Call stacks removed)
Any help translating these?