summaryrefslogtreecommitdiffstats
path: root/src/render/Console.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-03-22 17:19:07 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2020-03-22 17:19:07 +0100
commitd1d123dc6aeaa88702672c181377735e1b66125f (patch)
tree61114ff1a7d799d22d0390090996db75a3e6e18b /src/render/Console.cpp
parentconsole init (diff)
downloadre3-d1d123dc6aeaa88702672c181377735e1b66125f.tar
re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.gz
re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.bz2
re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.lz
re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.xz
re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.zst
re3-d1d123dc6aeaa88702672c181377735e1b66125f.zip
Diffstat (limited to '')
-rw-r--r--src/render/Console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Console.cpp b/src/render/Console.cpp
index 7f783264..d4940955 100644
--- a/src/render/Console.cpp
+++ b/src/render/Console.cpp
@@ -92,4 +92,4 @@ cprintf(char* format, ...)
va_copy(vl2, vl1);
vsprintf(s, format, vl1);
TheConsole.AddLine(s, 255, 255, 128);
-} \ No newline at end of file
+}