out of bounds and non-determinism fixes

the soldiers play properly now
This commit is contained in:
tildearrow 2021-05-28 02:02:54 -05:00
parent 485c4bbadc
commit 23dc645ced
7 changed files with 74 additions and 16 deletions

View file

@ -1,3 +1,7 @@
struct DivOrders {
unsigned char ord[32][128];
DivOrders() {
memset(ord,0,32*128);
}
};