1
0
Fork 0
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:
fgenesis 2016-07-14 05:01:30 +02:00
parent dcd4fe6c86
commit 881226fe43
4 changed files with 24 additions and 35 deletions

View file

@ -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;