mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 12:14:39 +00:00
fixing jar so it compiles on vs2010
This commit is contained in:
parent
a0fa141614
commit
add347597c
3
engine/external/jar/jar_xm.h
vendored
3
engine/external/jar/jar_xm.h
vendored
@ -2042,11 +2042,12 @@ static void jar_xm_envelopes(jar_xm_channel_context_t* ch) {
|
||||
}
|
||||
|
||||
static void jar_xm_tick(jar_xm_context_t* ctx) {
|
||||
gf_uint8_t i;
|
||||
if(ctx->current_tick == 0) {
|
||||
jar_xm_row(ctx);
|
||||
}
|
||||
|
||||
for(gf_uint8_t i = 0; i < ctx->module.num_channels; ++i) {
|
||||
for(i = 0; i < ctx->module.num_channels; ++i) {
|
||||
jar_xm_channel_context_t* ch = ctx->channels + i;
|
||||
|
||||
jar_xm_envelopes(ch);
|
||||
|
Loading…
x
Reference in New Issue
Block a user