diff options
author | Arnaud Boutonné | 2010-11-01 20:21:01 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-11-01 20:21:01 +0000 |
commit | 7d09121c712cdfd666f201c369ff5ba40366eec3 (patch) | |
tree | 643d1d8f60bedb82ba1ceeccd05ce276a88aabb1 | |
parent | e0fec608741636a79ba229425936a44519880343 (diff) | |
download | scummvm-rg350-7d09121c712cdfd666f201c369ff5ba40366eec3.tar.gz scummvm-rg350-7d09121c712cdfd666f201c369ff5ba40366eec3.tar.bz2 scummvm-rg350-7d09121c712cdfd666f201c369ff5ba40366eec3.zip |
HUGO: Fix typo
svn-id: r54019
-rw-r--r-- | engines/hugo/schedule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/schedule.cpp b/engines/hugo/schedule.cpp index 57e072372b..ad48513c90 100644 --- a/engines/hugo/schedule.cpp +++ b/engines/hugo/schedule.cpp @@ -836,7 +836,7 @@ void Scheduler::freeActListArr() { /** * Maze mode is enabled. Check to see whether hero has crossed the maze -* bounding box, if so, go to the next room */ +* bounding box, if so, go to the next room */ void Scheduler::processMaze(int x1, int x2, int y1, int y2) { debugC(1, kDebugSchedule, "processMaze"); |