Browse Source

Fix typo in SaveObject.

pull/180/head
Sergey Semushin 7 years ago committed by Anders Jenbo
parent
commit
15d046dc64
  1. 2
      Source/loadsave.cpp

2
Source/loadsave.cpp

@ -1300,7 +1300,7 @@ void SaveMissile(int i)
void SaveObject(int i)
{
ObjectStruct *pObject = &object[i];
CopyInt(tbuff, &pObject->_otype);
CopyInt(&pObject->_otype, tbuff);
CopyInt(&pObject->_ox, tbuff);
CopyInt(&pObject->_oy, tbuff);
CopyInt(&pObject->_oLight, tbuff);

Loading…
Cancel
Save