Skip to content

Commit 0a0c27a

Browse files
committed
use RETAIL_COMPATIBLE_CRC
1 parent 0e6a476 commit 0a0c27a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Generals/Code/GameEngine/Include/Common/BitFlagsIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ) );

GeneralsMD/Code/GameEngine/Include/Common/BitFlagsIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ) );

0 commit comments

Comments
 (0)