Code formating

This commit is contained in:
alexeevdv
2015-02-14 14:38:14 +03:00
parent fc7d3e31ac
commit db90d25ea6
20 changed files with 890 additions and 727 deletions
+2 -6
View File
@@ -1,16 +1,12 @@
// FalloutScript.cpp : implementation file
//
#include "stdafx.h"
#include "FalloutScript.h"
// CFalloutScript::CDefObject
CFalloutScript::CDefObject::CDefObject(ObjectType type, ULONG ulAttributes, ULONG ulObjectData)
{
m_ulAttributes = ulAttributes;
switch(m_ObjectType = type) {
switch(m_ObjectType = type)
{
case OBJECT_VARIABLE:
m_ulVarValue = ulObjectData;
break;