Skip to content

Commit

Permalink
SHERLOCK: Minor comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 7, 2015
1 parent 6c41a9b commit 97bec43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions engines/sherlock/people.cpp
Expand Up @@ -221,6 +221,8 @@ People::~People() {
* Reset the player data
*/
void People::reset() {
// Note: The engine has theoretical support for two player charactersm but only the first one is used.
// Watson is, instead, handled by a different sprite in each scene, with a very simple initial movement, if any
Sprite &p = _data[PLAYER];

p._description = "Sherlock Holmes!";
Expand Down
2 changes: 1 addition & 1 deletion engines/sherlock/sherlock.cpp
Expand Up @@ -128,7 +128,7 @@ Common::Error SherlockEngine::run() {
// Reset UI flags
_ui->reset();

// Reset the active characters to initially just Sherlock
// Reset the data for the player character (Sherlock)
_people->reset();

// Initialize and load the scene.
Expand Down

0 comments on commit 97bec43

Please sign in to comment.