SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i.e. follow CFG and achieve code/data isolation)
svn-id: r44271
This commit is contained in:
parent
92e75a768a
commit
ba0bd938e4
3 changed files with 28 additions and 28 deletions
|
@ -43,8 +43,6 @@ namespace Sci {
|
|||
|
||||
class GfxDriver;
|
||||
|
||||
SciVersion _sciVersion;
|
||||
|
||||
SciEngine::SciEngine(OSystem *syst, const SciGameDescription *desc)
|
||||
: Engine(syst), _gameDescription(desc) {
|
||||
// Put your engine in a sane state, but do nothing big yet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue