Revert Secure funcs Part 1

This commit is contained in:
GabsPuNs
2026-04-18 14:08:30 -04:00
parent 1ceeb2a647
commit 86879aa2fc
79 changed files with 271 additions and 271 deletions

View File

@@ -3707,7 +3707,7 @@ void LevelRenderer::staticCtor()
char threadName[256];
for(unsigned int i = 0; i < MAX_CHUNK_REBUILD_THREADS; ++i)
{
sprintf_s(threadName, sizeof(threadName), "Rebuild Chunk Thread %d\n",i);
sprintf(threadName,"Rebuild Chunk Thread %d\n",i);
rebuildThreads[i] = new C4JThread(rebuildChunkThreadProc,(void *)i,threadName);
s_activationEventA[i] = new C4JThread::Event();