Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Objects/envobjectattach.h')
-rw-r--r--Source/Objects/envobjectattach.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Objects/envobjectattach.h b/Source/Objects/envobjectattach.h
index 91357dc9..471040f5 100644
--- a/Source/Objects/envobjectattach.h
+++ b/Source/Objects/envobjectattach.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: envobjectattach.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -37,11 +37,11 @@ struct BoneConnect {
};
struct AttachedEnvObject {
- bool bone_connection_dirty; // Used to refresh rel_mats if obj is moved in editor
+ bool bone_connection_dirty; // Used to refresh rel_mats if obj is moved in editor
Object* direct_ptr;
- int legacy_obj_id; // used for opening levels made before A208.2
+ int legacy_obj_id; // used for opening levels made before A208.2
BoneConnect bone_connects[kMaxBoneConnects];
};
-void Serialize(const std::vector<AttachedEnvObject>& aeo, std::vector<char> &data);
-void Deserialize(const std::vector<char> &data, std::vector<AttachedEnvObject>& aeo);
+void Serialize(const std::vector<AttachedEnvObject>& aeo, std::vector<char>& data);
+void Deserialize(const std::vector<char>& data, std::vector<AttachedEnvObject>& aeo);