mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 23:56:38 +03:00
implemented CTrafficLights
This commit is contained in:
parent
3a4442eca4
commit
c5d61392ea
10 changed files with 577 additions and 116 deletions
|
@ -1,8 +1,7 @@
|
|||
#include "common.h"
|
||||
#include "rpmatfx.h"
|
||||
#include "rpskin.h"
|
||||
#include "rphanim.h"
|
||||
#include "rtbmp.h"
|
||||
#include "rpskin.h"
|
||||
#include "patcher.h"
|
||||
#include "main.h"
|
||||
#include "CdStream.h"
|
||||
|
@ -54,6 +53,7 @@
|
|||
#include "Frontend.h"
|
||||
#include "AnimViewer.h"
|
||||
#include "Script.h"
|
||||
#include "PathFind.h"
|
||||
#include "Debug.h"
|
||||
#include "Console.h"
|
||||
#include "timebars.h"
|
||||
|
@ -788,8 +788,11 @@ void
|
|||
RenderDebugShit(void)
|
||||
{
|
||||
CTheScripts::RenderTheScriptDebugLines();
|
||||
#ifndef FINAL
|
||||
if(gbShowCollisionLines)
|
||||
CRenderer::RenderCollisionLines();
|
||||
ThePaths.DisplayPathData();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue