mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 04:51:19 +00:00
Revert "Fixed duplicating some timekeeping state variables"
This reverts commit 381ce8ea4237a64d63ac447d1e42463edde356da.
This commit is contained in:
parent
d3000fd838
commit
d0f1df1132
1 changed files with 0 additions and 2 deletions
|
@ -353,8 +353,6 @@ static DUMB_IT_SIGRENDERER *dup_sigrenderer(DUMB_IT_SIGRENDERER *src, int n_chan
|
||||||
#ifdef BIT_ARRAY_BULLSHIT
|
#ifdef BIT_ARRAY_BULLSHIT
|
||||||
dst->played = bit_array_dup(src->played);
|
dst->played = bit_array_dup(src->played);
|
||||||
|
|
||||||
dst->looped = src->looped;
|
|
||||||
dst->time_played = src->time_played;
|
|
||||||
dst->row_timekeeper = timekeeping_array_dup(src->row_timekeeper);
|
dst->row_timekeeper = timekeeping_array_dup(src->row_timekeeper);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue