diff options
-rw-r--r-- | engines/kyra/detection.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 56687d60b3..74c949b1d5 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -68,6 +68,9 @@ public: #ifdef ENABLE_LOL "\nLands of Lore (C) Westwood Studios" #endif +#ifdef ENABLE_EOB + "\nEye of the Beholder (C) TSR, Inc., (C) Strategic Simulations, Inc." +#endif ; } |