Skip to content

Commit 2ee0035

Browse files
author
nitrocaster
committed
Delete copy protection remainings.
1 parent 32db2cf commit 2ee0035

File tree

5 files changed

+0
-65
lines changed

5 files changed

+0
-65
lines changed

src/xrEngine/CopyProtection.h

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/xrEngine/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "resource.h"
99
#include "LightAnimLibrary.h"
1010
#include "xrCDB/ISpatial.h"
11-
#include "CopyProtection.h"
1211
#include "Text_Console.h"
1312
#include <process.h>
1413
#include <locale.h>
@@ -78,7 +77,6 @@ void InitEngine()
7877
{
7978
Engine.Initialize();
8079
Device.Initialize();
81-
CheckCopyProtection();
8280
}
8381

8482
static void InitEngineExt()
@@ -246,7 +244,6 @@ void Startup()
246244
DestroyWindow(logoWindow);
247245
logoWindow = NULL;
248246
// Main cycle
249-
CheckCopyProtection();
250247
Memory.mem_usage();
251248
Device.Run();
252249
// Destroy APP

src/xrEngine/x_ray.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include "std_classes.h"
1515
#include "GameFont.h"
1616
#include "xrCDB/ISpatial.h"
17-
#include "CopyProtection.h"
18-
1917
#include "xrSASH.h"
2018
#include "xrServerEntities/smart_cast.h"
2119

@@ -259,8 +257,6 @@ void CApplication::LoadBegin()
259257
#endif
260258
phase_timer.Start();
261259
load_stage = 0;
262-
263-
CheckCopyProtection();
264260
}
265261
}
266262

@@ -301,7 +297,6 @@ void CApplication::LoadDraw()
301297
load_draw_internal();
302298

303299
Device.End();
304-
CheckCopyProtection();
305300
}
306301

307302
void CApplication::LoadTitleInt(LPCSTR str1, LPCSTR str2, LPCSTR str3)
@@ -426,8 +421,6 @@ void CApplication::Level_Set(u32 L)
426421

427422
if (path[0])
428423
m_pRender->setLevelLogo(path);
429-
430-
CheckCopyProtection();
431424
}
432425

433426
int CApplication::Level_ID(LPCSTR name, LPCSTR ver, bool bSet)

src/xrEngine/xrEngine.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@
387387
<ClInclude Include="CameraDefs.h" />
388388
<ClInclude Include="CameraManager.h" />
389389
<ClInclude Include="cf_dynamic_mesh.h" />
390-
<ClInclude Include="CopyProtection.h" />
391390
<ClInclude Include="CustomHUD.h" />
392391
<ClInclude Include="defines.h" />
393392
<ClInclude Include="device.h" />

src/xrEngine/xrEngine.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@
240240
</Filter>
241241
</ItemGroup>
242242
<ItemGroup>
243-
<ClInclude Include="CopyProtection.h">
244-
<Filter>General</Filter>
245-
</ClInclude>
246243
<ClInclude Include="defines.h">
247244
<Filter>General</Filter>
248245
</ClInclude>

0 commit comments

Comments
 (0)