add one shots to replay buffer
[carveJwlIkooP6JGAAIwe30JlM.git] / player_replay.h
index 0aa370e63d1407a9d71c3d2830b61f280b95e353..38599d448a320e48989e2a0634865f5a884a96bf 100644 (file)
@@ -52,7 +52,7 @@ static replay_frame *replay_newframe( replay_buffer *replay,
                                          u16 animator_size,
                                          u16 gamestate_size,
                                          u16 sfx_count );
-static void replay_seek( replay_buffer *replay, f64 t );
+static int replay_seek( replay_buffer *replay, f64 t );
 
 static replay_frame *replay_find_recent_stateframe( replay_buffer *replay );
 static void replay_get_camera( replay_buffer *replay, camera *cam );