From 0931f926d45db807806f433cde9114839c4de65e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 4 Jun 2008 17:02:25 +0000 Subject: Fixed typo in the initialization of the _textd1 array, which is now set correctly. Fixes bug #1982111 - "DRASCULA: Crash when buying sickle" svn-id: r32539 --- engines/drascula/staticdata.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/engines/drascula/staticdata.h b/engines/drascula/staticdata.h index 897fb15386..bbfcfbfdb6 100644 --- a/engines/drascula/staticdata.h +++ b/engines/drascula/staticdata.h @@ -5709,8 +5709,8 @@ const char *_textd1[][11] = { // 75 "44447774444555500222205550444444466666225266444755444722255000222275555444446633223220044022203336227555770550444660557220553302224477777550550550222635533000662220002275572227025555", "5555500004445550330244472225500022227555544444662755644446666005204402266222003332222774440446665555005550335544444", - "56665004444447222550002222755554444466555033022755555000444444444444444444444444444444" - "004447222550002222755554444466222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777", + "56665004444447222550002222755554444466555033022755555000444444444444444444444444444444", + "004447222550002222755554444466222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777" }, { // 68 @@ -5725,8 +5725,8 @@ const char *_textd1[][11] = { // 75 "4444777444455550022220555044444446666622526644475533223220044022203336227555770550444660557220553302224477777550550550222635533000662220002275572227025555", "5555000444555033022755644446666005204402266222003332222774440446665555005550335544444", - "5666500444555033022755555000444444444444444444444444444444" - "00222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777", + "5666500444555033022755555000444444444444444444444444444444", + "00222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777" }, { // 68 @@ -5741,8 +5741,8 @@ const char *_textd1[][11] = { // 75 "44447774444555500222205550444444466666225266444755444722255000222275555444446633223220044022203336227555770550444660557220553302224477777550550550222635533000662220002275572227025555", "5555500004445550330244472225500022227555544444662755644446666005204402266222003332222774440446665555005550335544444", - "56665004444447222550002222755554444466555033022755555000444444444444444444444444444444" - "004447222550002222755554444466222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777", + "56665004444447222550002222755554444466555033022755555000444444444444444444444444444444", + "004447222550002222755554444466222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777" }, { // 68 @@ -5757,8 +5757,8 @@ const char *_textd1[][11] = { // 75 "44447774444555500222205550444444466666225266444755444722255000222275555444446633223220044022203336227555770550444660557220553302224477777550550550222635533000662220002275572227025555", "5555500004445550330244472225500022227555544444662755644446666005204402266222003332222774440446665555005550335544444", - "56665004444447222550002222755554444466555033022755555000444444444444444444444444444444" - "004447222550002222755554444466222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777", + "56665004444447222550002222755554444466555033022755555000444444444444444444444444444444", + "004447222550002222755554444466222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777" }, { // 68 @@ -5773,8 +5773,8 @@ const char *_textd1[][11] = { // 75 "44447774444555500222205550444444466666225266444755444722255000222275555444446633223220044022203336227555770550444660557220553302224477777550550550222635533000662220002275572227025555", "5555500004445550330244472225500022227555544444662755644446666005204402266222003332222774440446665555005550335544444", - "56665004444447222550002222755554444466555033022755555000444444444444444444444444444444" - "004447222550002222755554444466222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777", + "56665004444447222550002222755554444466555033022755555000444444444444444444444444444444", + "004447222550002222755554444466222000220555002220550444446666662220000557550033344477222522665444466663337446055504446550550550222633003330000666622044422755722270255566667555655007222777" }, }; -- cgit v1.2.3