aboutsummaryrefslogtreecommitdiffstats
path: root/src/render/Console.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-04-17 07:01:54 +0300
committereray orçunus <erayorcunus@gmail.com>2020-04-17 07:01:54 +0300
commit425395ad2547e262c5c6f62b4c3fd95dd79ee679 (patch)
treed0d282606cc5f3148a927c7e59267bbac321161f /src/render/Console.h
parent435a9ca7f272f0238440b939bc57c78d2385dd1a (diff)
Ped fixes and ref removal
Diffstat (limited to 'src/render/Console.h')
-rw-r--r--src/render/Console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Console.h b/src/render/Console.h
index c454d75e..b4fa60c4 100644
--- a/src/render/Console.h
+++ b/src/render/Console.h
@@ -22,4 +22,4 @@ public:
void Init() { m_nCurrentLine = 0; m_nLineCount = 0; }
};
-extern CConsole &TheConsole;
+extern CConsole TheConsole;