ULONG type replaced

This commit is contained in:
alexeevdv
2015-02-15 18:28:27 +03:00
parent eb96e5ecfe
commit 087ef7674b
22 changed files with 133 additions and 134 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "stdafx.h"
#include "FalloutScript.h"
CFalloutScript::CDefObject::CDefObject(ObjectType type, ULONG ulAttributes, ULONG ulObjectData)
CFalloutScript::CDefObject::CDefObject(ObjectType type, uint32_t ulAttributes, uint32_t ulObjectData)
{
m_ulAttributes = ulAttributes;