graph: do not show any warnings on analyzed maps (ref #726)
ctr: revert cvars to it's config value instead of hardcoded values (resolves #722)
This commit is contained in:
parent
97945966cd
commit
784ad5e303
8 changed files with 77 additions and 41 deletions
|
|
@ -247,6 +247,8 @@ public:
|
|||
// load the cs binary in non metamod mode
|
||||
bool loadCSBinary ();
|
||||
|
||||
void constructCSBinaryName (StringArray &libs);
|
||||
|
||||
// do post-load stuff
|
||||
bool postload ();
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ public:
|
|||
int32_t storageToBotFile (int32_t options);
|
||||
|
||||
// remove all bot related files from disk
|
||||
void unlinkFromDisk (bool onlyTrainingData);
|
||||
void unlinkFromDisk (bool onlyTrainingData, bool silenceMessages);
|
||||
|
||||
public:
|
||||
// loading the graph may attempt to recurse loading, with converting or download, reset retry counter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue