File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Include/Common
Generals/Code/GameEngine/Include/Common Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ void BitFlags<NUMBITS>::xfer(Xfer* xfer)
214214 {
215215
216216 // just call the xfer implementation on the data values
217- #if RETAIL_COMPATIBLE_XFER_SAVE
217+ #if RETAIL_COMPATIBLE_CRC
218218 xfer->xferUser ( this , sizeof ( this ) );
219219#else
220220 xfer->xferUser ( this , sizeof ( *this ) );
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ void BitFlags<NUMBITS>::xfer(Xfer* xfer)
214214 {
215215
216216 // just call the xfer implementation on the data values
217- #if RETAIL_COMPATIBLE_XFER_SAVE
217+ #if RETAIL_COMPATIBLE_CRC
218218 xfer->xferUser ( this , sizeof ( this ) );
219219#else
220220 xfer->xferUser ( this , sizeof ( *this ) );
You can’t perform that action at this time.
0 commit comments