MORTEVIELLE: Enlarge two arrays in order to fix pascal access

This commit is contained in:
Strangerke 2011-12-27 08:20:55 +01:00
parent 646408bb38
commit 3cefe69994

View File

@ -31,8 +31,8 @@
namespace Mortevielle {
/* overlay */ bool ques() {
const int ta[10] = {511, 516, 524, 531, 545, 552, 559, 563, 570, 576};
const int ok[10] = {4, 7, 1, 6, 4, 4, 2, 5, 3, 1 };
const int ta[11] = {0, 511, 516, 524, 531, 545, 552, 559, 563, 570, 576};
const int ok[11] = {0, 4, 7, 1, 6, 4, 4, 2, 5, 3, 1 };
bool q, func, test;
int i, j, k, y, memk;