Reduce memory & function cost of Game class functions (#5406)

GameRunData is passed on many game functions, or one of its attributes whereas it's a member of the class. Remove it from functions arguments and call object directly from concerned functions.
This will reduce a little bit the Game class loop usage & very little bit the memory usage (due to non creation of pointer/references)
This commit is contained in:
Loïc Blot 2017-03-17 22:15:25 +01:00 committed by GitHub
parent ba0a8dabef
commit a7485e40ff
1 changed files with 215 additions and 269 deletions

File diff suppressed because it is too large Load Diff