out of bounds and non-determinism fixes
the soldiers play properly now
This commit is contained in:
parent
485c4bbadc
commit
23dc645ced
7 changed files with 74 additions and 16 deletions
|
|
@ -1,3 +1,7 @@
|
|||
struct DivOrders {
|
||||
unsigned char ord[32][128];
|
||||
|
||||
DivOrders() {
|
||||
memset(ord,0,32*128);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue