aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/scumm/he/animation_he.cpp2
-rw-r--r--engines/scumm/he/animation_he.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/animation_he.cpp b/engines/scumm/he/animation_he.cpp
index 13f52e468b..98f370a827 100644
--- a/engines/scumm/he/animation_he.cpp
+++ b/engines/scumm/he/animation_he.cpp
@@ -118,4 +118,4 @@ void MoviePlayer::setPalette(byte *pal) {
_vm->setPaletteFromPtr(pal, 256);
}
-} // End of namespace Simon
+} // End of namespace Scumm
diff --git a/engines/scumm/he/animation_he.h b/engines/scumm/he/animation_he.h
index 0e609669f0..bb847fdef6 100644
--- a/engines/scumm/he/animation_he.h
+++ b/engines/scumm/he/animation_he.h
@@ -58,6 +58,6 @@ protected:
virtual void setPalette(byte *pal);
};
-} // End of namespace Simon
+} // End of namespace Scumm
#endif