mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
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:
@@ -426,7 +426,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
gameinput();
|
||||
towerrender();
|
||||
towerlogic();
|
||||
gamelogic();
|
||||
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user