diff options
Diffstat (limited to 'engines/hugo/route.cpp')
-rw-r--r-- | engines/hugo/route.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/route.cpp b/engines/hugo/route.cpp index 02d7297ec8..deb4dc27d5 100644 --- a/engines/hugo/route.cpp +++ b/engines/hugo/route.cpp @@ -469,4 +469,4 @@ bool Route::startRoute(go_t go_for, int16 id, int16 cx, int16 cy) { return foundFl; } -} // end of namespace Hugo +} // End of namespace Hugo |