mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 06:24:32 +00:00
Minor cosmetic fixes + prevent heap overflow after on taking more than 99999999 screenshots
Gotta be correct!!11
This commit is contained in:
parent
dcd4fe6c86
commit
881226fe43
4 changed files with 24 additions and 35 deletions
|
@ -97,8 +97,6 @@ ActionInput *ActionSet::addActionInput(const std::string &name)
|
|||
newa.name = name;
|
||||
inputSet.push_back(newa);
|
||||
a = getActionInputByName(name);
|
||||
|
||||
if (!a) return 0;
|
||||
}
|
||||
|
||||
return a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue