Added a bunch of files synched with 0.8.42

This commit is contained in:
Don BURNS
2001-09-19 21:08:56 +00:00
parent fed86f3f03
commit e8f256a59d
446 changed files with 58397 additions and 10552 deletions

View File

@@ -14,7 +14,6 @@ using namespace flt;
RegisterRecordProxy<ObjectRecord> g_ObjectProxy;
ObjectRecord::ObjectRecord()
{
}
@@ -28,7 +27,7 @@ ObjectRecord::~ObjectRecord()
void ObjectRecord::endian()
{
SObject *pSObject = (SObject*)getData();
SObject *pSObject = (SObject*)getData();
ENDIAN( pSObject->dwFlags );
ENDIAN( pSObject->iObjectRelPriority );
@@ -37,6 +36,3 @@ void ObjectRecord::endian()
ENDIAN( pSObject->iSpecialId_2 );
ENDIAN( pSObject->iSignificance );
}