diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/griffon/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/griffon/console.cpp b/engines/griffon/console.cpp index e055bc2416..f8c51f7a94 100644 --- a/engines/griffon/console.cpp +++ b/engines/griffon/console.cpp @@ -43,4 +43,4 @@ bool Console::Cmd_godMode(int argc, const char** argv) { return true; } -} // End of namespace Plumbers +} // End of namespace Griffon |