SHERLOCK: Further game setup

This commit is contained in:
Paul Gilbert 2015-03-15 17:50:10 -04:00
parent eaab373a96
commit a6db2fb281
8 changed files with 13 additions and 20 deletions

View file

@ -27,14 +27,18 @@ namespace Sherlock {
namespace Scalpel {
/**
* Initialises game flags
* Game initialization
*/
void ScalpelEngine::initFlags() {
void ScalpelEngine::initialize() {
_flags.resize(100 * 8);
_flags[3] = true; // Turn on Alley
_flags[39] = true; // Turn on Baker Street
// Starting room
_rooms->_goToRoom = 4;
}
} // End of namespace Scalpel
} // End of namespace Scalpel