Merge towerlogic() into gamelogic()

This doesn't change anything functionality-wise, but it does remove a
lot of duplicate code, which makes it easier to work on.
This commit is contained in:
Misa
2020-04-24 21:19:41 -07:00
committed by Ethan Lee
parent 841bfb7eae
commit c040ceda29
3 changed files with 296 additions and 399 deletions

View File

@@ -426,7 +426,7 @@ int main(int argc, char *argv[])
{
gameinput();
towerrender();
towerlogic();
gamelogic();
}
else