fs2open: trunk r11158

Author Committer Branch Timestamp Parent
m_m trunk 2014-10-26 14:16 Pending
Changeset Fix a crash reported by Axem related to freeing the dock list of an object.
This was caused by freeing the dock list from the destructor of an object which meant that copies of an object would corrupt the original object instance.
To make sure that doesn't happen again the copy constructor and assignment operator of object have been made private.
mod - /trunk/fs2_open/code/object/objcollide.cpp Diff File
mod - /trunk/fs2_open/code/object/object.h Diff File