Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into refactor-lights
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Jan 23, 2025
2 parents 10208f3 + f6ad7c0 commit 612d8d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tr2/game/game_flow/reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ static size_t M_LoadSequenceEvent(
}
if (extra_data_size >= 0 && event != NULL) {
event->type = handler->event_type;
LOG_DEBUG("wtf %s %p", type_str, handler->handler_func);
if (handler->handler_func != NULL) {
handler->handler_func(
event_obj, event, extra_data, handler->handler_func_arg);
Expand Down

0 comments on commit 612d8d6

Please sign in to comment.