We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c564fa9 commit 68a637bCopy full SHA for 68a637b
Generals/Code/GameEngine/Include/Common/BitFlagsIO.h
@@ -214,7 +214,7 @@ void BitFlags<NUMBITS>::xfer(Xfer* xfer)
214
{
215
216
// just call the xfer implementation on the data values
217
- xfer->xferUser( this, sizeof( this ) );
+ xfer->xferUser( this, sizeof( *this ) );
218
219
}
220
else
GeneralsMD/Code/GameEngine/Include/Common/BitFlagsIO.h
0 commit comments