summarylogtreecommitdiffstats
path: root/Player-move.patch
diff options
context:
space:
mode:
authorZerophase2019-01-27 12:26:42 -0600
committerZerophase2019-01-29 20:28:36 -0600
commit21a2b54ffae6c66e14a230fe8aadc4007bacc11e (patch)
tree4330e4f8037144df043edc14882ead38bb01472e /Player-move.patch
parenta5d8bcf5fdcae9f196670aba8c7368ea197b9cc5 (diff)
downloadaur-21a2b54ffae6c66e14a230fe8aadc4007bacc11e.tar.gz
Update to 4.21.2
Diffstat (limited to 'Player-move.patch')
-rw-r--r--Player-move.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/Player-move.patch b/Player-move.patch
deleted file mode 100644
index 188cf64fee12..000000000000
--- a/Player-move.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Player.cpp 2018-10-13 13:38:00.969011532 -0500
-+++ Player_new.cpp 2018-10-13 23:40:51.971677987 -0500
-@@ -64,7 +64,9 @@
-
- if (!bWriteToLog)
- {
-- return StrOut;
-+ typedef FConsoleOutputDevice &FConsoleOutputDeviceRef;
-+ FConsoleOutputDeviceRef &&StrOut_ref = StrOut;
-+ return (FConsoleOutputDevice&&)StrOut_ref;
- }
-
- return TEXT("");