This website requires JavaScript.
Explore
Help
Sign In
otomatalabs
/
furnace
Watch
7
Star
0
Fork
You've already forked furnace
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
6aab9f01cf
furnace
/
src
/
engine
/
orders.h
8 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
initial commit took me a day to make the base... ...and ~12 hours to write a reader that reads 100% of all demo songs in 1.0
2021-05-11 16:08:08 -04:00
struct
DivOrders
{
convert chars to signed/unsigned
2021-05-11 16:26:38 -04:00
unsigned
char
ord
[
32
]
[
128
]
;
out of bounds and non-determinism fixes the soldiers play properly now
2021-05-28 03:02:54 -04:00
DivOrders
(
)
{
memset
(
ord
,
0
,
32
*
128
)
;
}
initial commit took me a day to make the base... ...and ~12 hours to write a reader that reads 100% of all demo songs in 1.0
2021-05-11 16:08:08 -04:00
}
;
Reference in a new issue
Copy permalink