mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Removed redundant parameters in GameSettings
This commit is contained in:
parent
2425ffe27b
commit
700bce684d
7 changed files with 137 additions and 552 deletions
|
@ -327,9 +327,6 @@ static int CheckVarType(const std::string& input)
|
|||
return result;
|
||||
}
|
||||
|
||||
void DebugConsole_LoadCVars();
|
||||
void DebugConsole_SaveCVars();
|
||||
|
||||
static bool SetCVarHandler(const std::vector<std::string>& args) {
|
||||
if (args.size() < 3)
|
||||
return CMD_FAILED;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
void DebugConsole_Init(void);
|
||||
void DebugConsole_Init(void);
|
||||
void DebugConsole_LoadCVars();
|
||||
void DebugConsole_SaveCVars();
|
Loading…
Add table
Add a link
Reference in a new issue