synced linux build
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401038
This commit is contained in:
parent
8749f537d4
commit
653e9038d3
@ -15,7 +15,7 @@ PROJECT = sdktools
|
|||||||
#LINK_HL2 = $(HL2LIB)/tier1_i486.a vstdlib_i486.so tier0_i486.so
|
#LINK_HL2 = $(HL2LIB)/tier1_i486.a vstdlib_i486.so tier0_i486.so
|
||||||
|
|
||||||
OBJECTS = sdk/smsdk_ext.cpp extension.cpp vdecoder.cpp vcallbuilder.cpp \
|
OBJECTS = sdk/smsdk_ext.cpp extension.cpp vdecoder.cpp vcallbuilder.cpp \
|
||||||
vcaller.cpp vnatives.cpp
|
vcaller.cpp vnatives.cpp tenatives.cpp tempents.cpp
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###
|
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###
|
||||||
|
@ -62,7 +62,7 @@ int TempEntityInfo::_FindOffset(const char *name, int *size)
|
|||||||
offset = prop->GetOffset();
|
offset = prop->GetOffset();
|
||||||
if (size)
|
if (size)
|
||||||
{
|
{
|
||||||
*size = prop->m_nBits
|
*size = prop->m_nBits;
|
||||||
}
|
}
|
||||||
|
|
||||||
return offset;
|
return offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user