diff options
-rw-r--r-- | engines/kyra/gui_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_v2.cpp b/engines/kyra/gui_v2.cpp index cb1e1b5bde..c80fc46969 100644 --- a/engines/kyra/gui_v2.cpp +++ b/engines/kyra/gui_v2.cpp @@ -923,7 +923,7 @@ void KyraEngine_v2::loadBookBkgd() { break; case 2: - filename[2] = 'G'; + filename[1] = 'G'; break; default: |