mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-01-04 14:11:16 +03:00
fixed compile
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "host_state.h"
|
||||
|
||||
#define CON_COMMAND_SERVER_SUPPORT
|
||||
//#define CON_COMMAND_SERVER_SUPPORT
|
||||
|
||||
#include "tier2/tier2.h"
|
||||
#include "materialsystem/imaterialsystemhardwareconfig.h"
|
||||
|
||||
@@ -913,7 +913,7 @@ bool CGame::CreateGameWindow( void )
|
||||
{
|
||||
V_strcat( windowName, " - OpenGL", sizeof( windowName ) );
|
||||
}
|
||||
else ( IsVulkan() )
|
||||
else if ( IsVulkan() )
|
||||
{
|
||||
V_strcat( windowName, " - Vulkan", sizeof( windowName ) );
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "launcher.h"
|
||||
//#include "launcher.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include <tier0/memdbgon.h>
|
||||
|
||||
@@ -278,7 +278,7 @@ extern "C"
|
||||
return pMemOut;
|
||||
}
|
||||
|
||||
size_t _msize_base(void* pMem)
|
||||
size_t _msize_base(void* pMem) noexcept
|
||||
{
|
||||
return g_pMemAlloc->GetSize(pMem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user