This website requires JavaScript.
Explore
Help
Register
Sign in
etc
/
furnace
Watch
0
Star
0
Fork
You've already forked furnace
0
mirror of
https://github.com/tildearrow/furnace.git
synced
2024-11-06 12:55:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8b9da366e4
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 20:08:08 +00:00
struct
DivOrders
{
convert chars to signed/unsigned
2021-05-11 20:26:38 +00:00
unsigned
char
ord
[
32
]
[
128
]
;
out of bounds and non-determinism fixes the soldiers play properly now
2021-05-28 07:02:54 +00: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 20:08:08 +00:00
}
;
Reference in a new issue
Copy permalink