Revert "COMMON: Change way the Singleton instances are instantiated"
This reverts commit eefa72afa1
.
With this patch ConfigManager is broken.
This commit is contained in:
parent
c61c0cb0ff
commit
940b2a20f1
36 changed files with 138 additions and 1 deletions
|
@ -133,6 +133,10 @@ bool ChainedGamesManager::pop(Common::String &target, int &slot) {
|
|||
return true;
|
||||
}
|
||||
|
||||
namespace Common {
|
||||
DECLARE_SINGLETON(ChainedGamesManager);
|
||||
}
|
||||
|
||||
Engine::Engine(OSystem *syst)
|
||||
: _system(syst),
|
||||
_mixer(_system->getMixer()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue