mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-06 12:55:05 +00:00
23dc645ced
the soldiers play properly now
7 lines
99 B
C
7 lines
99 B
C
struct DivOrders {
|
|
unsigned char ord[32][128];
|
|
|
|
DivOrders() {
|
|
memset(ord,0,32*128);
|
|
}
|
|
};
|