fix client build expecting luaman

This commit is contained in:
Dexter Haslem 2013-09-14 23:01:31 -06:00
parent 65ddb386de
commit 4278ad10cc
2 changed files with 9 additions and 8 deletions

View file

@ -148,7 +148,7 @@
#endif
#ifdef FF
#include "lua/luaman.h"
//#include "lua/luaman.h"
#endif
extern vgui::IInputInternal *g_InputInternal;
@ -1097,7 +1097,7 @@ int CHLClient::Init( CreateInterfaceFn appSystemFactory, CreateInterfaceFn physi
#endif
#ifdef FF
lua_init();
//lua_init();
#endif
return true;
@ -1181,7 +1181,7 @@ void CHLClient::PostInit()
void CHLClient::Shutdown( void )
{
#ifdef FF
lua_shutdown();
//lua_shutdown();
#endif
if (g_pAchievementsAndStatsInterface)

View file

@ -27,11 +27,12 @@ $Project "Client (FF)"
{
$Folder "FF"
{
$Folder "Lua"
{
$File "$SRCDIR\game\shared\ff\lua\luaman.cpp"
$File "$SRCDIR\game\shared\ff\lua\luaman.h"
}
//TODO:
//$Folder "Lua"
//{
// $File "$SRCDIR\game\shared\ff\lua\luaman.cpp"
// $File "$SRCDIR\game\shared\ff\lua\luaman.h"
//}
}
}