diff options
Diffstat (limited to 'engines/mortevielle/outtext.cpp')
-rw-r--r-- | engines/mortevielle/outtext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mortevielle/outtext.cpp b/engines/mortevielle/outtext.cpp index b359860a82..850186d706 100644 --- a/engines/mortevielle/outtext.cpp +++ b/engines/mortevielle/outtext.cpp @@ -287,8 +287,8 @@ void TextHandler::taffich() { filename = "AXX.mor"; } else { // b == 50 // CHECKME: the size of AZZ.mor is 1280 for the DOS version - // and 1260 for the Amiga version. Maybe the 20 bytes - // are a filler (to get 10 blocks of 128 bytes), + // and 1260 for the Amiga version. Maybe the 20 bytes + // are a filler (to get 10 blocks of 128 bytes), // or the size should be variable. drawingSize = 1260; filename = "AZZ.mor"; |