aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/debug.h')
-rw-r--r--engines/agos/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/debug.h b/engines/agos/debug.h
index e6f478deee..9dbfa4f247 100644
--- a/engines/agos/debug.h
+++ b/engines/agos/debug.h
@@ -24,7 +24,7 @@
#ifndef AGOS_DEBUG_H
#define AGOS_DEBUG_H
-namespace Simon {
+namespace AGOS {
static const char *const ww_opcode_name_table[256] = {
/* 0 */
@@ -1849,7 +1849,7 @@ const char *const feeblefiles_video_opcode_name_table[] = {
"|STOPSOUNDLOOP",
};
-} // End of namespace Simon
+} // End of namespace AGOS
#endif