Incrase SetVariantString string limit (#2359)
Some checks are pending
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Waiting to run
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Waiting to run
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Waiting to run
hl2sdk-mock tests / mock (push) Waiting to run

This commit is contained in:
Monster 2025-10-01 21:36:33 +09:00 committed by GitHub
parent 19dce02a9c
commit 063734607f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@
#include <datamap.h> #include <datamap.h>
variant_t g_Variant_t; variant_t g_Variant_t;
char g_Variant_str_Value[128]; char g_Variant_str_Value[1024];
// copy this definition as the original file includes cbase.h which explodes in a shower of compile errors // copy this definition as the original file includes cbase.h which explodes in a shower of compile errors
void variant_t::SetEntity( CBaseEntity *val ) void variant_t::SetEntity( CBaseEntity *val )