SourceMod MSVC project files updated, windows tested and loading, gamedata fix.

This commit is contained in:
Matt Woodrow
2009-10-30 14:29:45 +13:00
parent 98e97920ae
commit eb68e4c627
11 changed files with 619 additions and 4 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ static cell_t IsDedicatedServer(IPluginContext *pContext, const cell_t *params)
static cell_t GetEngineTime(IPluginContext *pContext, const cell_t *params)
{
float fTime = engine->Time();
float fTime = Plat_FloatTime();
return sp_ftoc(fTime);
}