shithub: dumb

Download patch

ref: 381ce8ea4237a64d63ac447d1e42463edde356da
parent: 7c1e30edb5700a7751281cc0f8e5e3bb4934989f
author: Chris Moeller <kode54@gmail.com>
date: Tue Jun 4 07:00:52 EDT 2013

Fixed duplicating some timekeeping state variables

--- a/dumb/src/it/itrender.c
+++ b/dumb/src/it/itrender.c
@@ -380,6 +380,8 @@
 #ifdef BIT_ARRAY_BULLSHIT
 	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);
 #endif