From 56c83dfaaebffc1eabec01671c2da892661059af Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Mon, 24 Feb 2020 21:17:15 +0300 Subject: more stuff + intro fix --- src/core/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/main.cpp') diff --git a/src/core/main.cpp b/src/core/main.cpp index 2f266a9e..90afff72 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -48,6 +48,7 @@ #include "RpAnimBlend.h" #include "Frontend.h" #include "AnimViewer.h" +#include "Script.h" #define DEFAULT_VIEWWINDOW (Tan(DEGTORAD(CDraw::GetFOV() * 0.5f))) @@ -356,7 +357,7 @@ RenderScene(void) void RenderDebugShit(void) { - // CTheScripts::RenderTheScriptDebugLines() + CTheScripts::RenderTheScriptDebugLines(); if(gbShowCollisionLines) CRenderer::RenderCollisionLines(); } -- cgit v1.2.3