anisette is done, how to sign?
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "tier0/platform.h"
|
||||
#include "tier1/commandline.h"
|
||||
#include "tier0/rand.h"
|
||||
#include "tier0/commandline.h"
|
||||
#include "tier1/interface.h"
|
||||
#include "tier1/utlvector.h"
|
||||
#include "tier2/ifilesystem.h"
|
||||
@@ -153,12 +154,10 @@ findbuild:
|
||||
*ppConfig = g_pConfig;
|
||||
|
||||
CommandLine()->CreateCommandLine(c, v);
|
||||
Plat_InitRandom();
|
||||
if (CommandLine()->CheckParam("build"))
|
||||
return build();
|
||||
const char *szDeployDevice = CommandLine()->ParamValue("deploy");
|
||||
if (szDeployDevice)
|
||||
{
|
||||
|
||||
}
|
||||
Plat_ShutdownRandom();
|
||||
return 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user