TheJosh / chaotic-rage

An unusual zombie shooter game for Windows and Linux
GNU General Public License v2.0
35 stars 10 forks source link

Subsystems preGame and postGame in weird spots #30

Closed TheJosh closed 11 years ago

TheJosh commented 11 years ago

The method gamestate->start() should be renamed to preGame, and everything should be run from in there, instead of the current mix of from within menu.cpp and game.cpp

Renaming:

TheJosh commented 11 years ago

This is mostly sorted now; I'm happy with it now.