cleanup
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
# ______ ____ ___
|
||||
# _____ ____ ___
|
||||
# | \/ ____| |___|
|
||||
# | | | \ | |
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright 2022, tyra - https://github.com/h4570/tyra
|
||||
# Licenced under Apache License 2.0
|
||||
# Licensed under Apache License 2.0
|
||||
# Sandro Sobczyński <sandro.sobczynski@gmail.com>
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
namespace Demo {
|
||||
|
||||
DemoGame::DemoGame(Engine* t_engine)
|
||||
: engine(t_engine), stateManager(STATE_INTRO, STATE_EXIT) {}
|
||||
: engine(t_engine), stateManager(STATE_GAME, STATE_EXIT) {}
|
||||
DemoGame::~DemoGame() {}
|
||||
|
||||
void DemoGame::init() {
|
||||
|
||||
Reference in New Issue
Block a user