summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-22 20:25:14 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-22 20:25:14 +0200
commit96619e239a92ddb7ae8e865f145a118506540ecf (patch)
tree21b6786af93ba0482a61ac673392ea454a7c6230
parentDelete .gitignore (diff)
downloadre3-96619e239a92ddb7ae8e865f145a118506540ecf.tar
re3-96619e239a92ddb7ae8e865f145a118506540ecf.tar.gz
re3-96619e239a92ddb7ae8e865f145a118506540ecf.tar.bz2
re3-96619e239a92ddb7ae8e865f145a118506540ecf.tar.lz
re3-96619e239a92ddb7ae8e865f145a118506540ecf.tar.xz
re3-96619e239a92ddb7ae8e865f145a118506540ecf.tar.zst
re3-96619e239a92ddb7ae8e865f145a118506540ecf.zip
-rw-r--r--src/BulletTrace.h2
-rw-r--r--src/BulletTraces.cpp2
-rw-r--r--src/BulletTraces.h2
-rw-r--r--src/Pickup.h2
-rw-r--r--src/control/Replay.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/BulletTrace.h b/src/BulletTrace.h
index 580ad274..bd052949 100644
--- a/src/BulletTrace.h
+++ b/src/BulletTrace.h
@@ -9,4 +9,4 @@ struct CBulletTrace
char m_bInUse;
char m_bFramesInUse;
char m_bLifeTime;
-}; \ No newline at end of file
+};
diff --git a/src/BulletTraces.cpp b/src/BulletTraces.cpp
index a248f8ba..36b00c1c 100644
--- a/src/BulletTraces.cpp
+++ b/src/BulletTraces.cpp
@@ -1,3 +1,3 @@
#include "BulletTraces.h"
-CBulletTrace (&CBulletTraces::aTraces)[16] = *(CBulletTrace(*)[16])0x72B1B8; \ No newline at end of file
+CBulletTrace (&CBulletTraces::aTraces)[16] = *(CBulletTrace(*)[16])0x72B1B8;
diff --git a/src/BulletTraces.h b/src/BulletTraces.h
index 3dc53a4d..ba8cac79 100644
--- a/src/BulletTraces.h
+++ b/src/BulletTraces.h
@@ -6,4 +6,4 @@ class CBulletTraces
{
public:
static CBulletTrace(&aTraces)[16];
-}; \ No newline at end of file
+};
diff --git a/src/Pickup.h b/src/Pickup.h
index 29dd7c36..dcad4850 100644
--- a/src/Pickup.h
+++ b/src/Pickup.h
@@ -30,4 +30,4 @@ class CPickup
__int16 m_eModelIndex;
__int16 m_wIndex;
CVector m_vecPos;
-}; \ No newline at end of file
+};
diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp
index e0370733..beee5954 100644
--- a/src/control/Replay.cpp
+++ b/src/control/Replay.cpp
@@ -252,4 +252,4 @@ InjectHook(0x592FE0, CReplay::Init, PATCH_JUMP);
InjectHook(0x593150, CReplay::DisableReplays, PATCH_JUMP);
InjectHook(0x593150, CReplay::EnableReplays, PATCH_JUMP);
InjectHook(0x593170, CReplay::Update, PATCH_JUMP);
-ENDPATCHES \ No newline at end of file
+ENDPATCHES