synced linux build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401038
This commit is contained in:
Borja Ferrer 2007-07-02 00:41:36 +00:00
parent 8749f537d4
commit 653e9038d3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ PROJECT = sdktools
#LINK_HL2 = $(HL2LIB)/tier1_i486.a vstdlib_i486.so tier0_i486.so
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 ###

View File

@ -62,7 +62,7 @@ int TempEntityInfo::_FindOffset(const char *name, int *size)
offset = prop->GetOffset();
if (size)
{
*size = prop->m_nBits
*size = prop->m_nBits;
}
return offset;