mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Reduce scope of temporary variables in Game::updatestate()
With the scope of these variables reduced, it makes analyzing this function easier, as you can now clearly see all temporary variables are actually initialized before they're used.
This commit is contained in:
parent
7ed495c373
commit
fad0071966
1 changed files with 250 additions and 95 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue