summarylogtreecommitdiffstats
path: root/Player-move.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Player-move.patch')
-rw-r--r--Player-move.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/Player-move.patch b/Player-move.patch
new file mode 100644
index 000000000000..188cf64fee12
--- /dev/null
+++ b/Player-move.patch
@@ -0,0 +1,13 @@
+--- 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("");