furnace/src/engine/orders.h
tildearrow 23dc645ced out of bounds and non-determinism fixes
the soldiers play properly now
2021-05-28 02:02:54 -05:00

7 lines
99 B
C

struct DivOrders {
unsigned char ord[32][128];
DivOrders() {
memset(ord,0,32*128);
}
};