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:
Max Horn 2009-09-23 12:12:37 +00:00
parent 92e75a768a
commit ba0bd938e4
3 changed files with 28 additions and 28 deletions

View file

@ -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;