Skip to content

Commit

Permalink
Update courtroom.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru-1816 authored Jan 14, 2025
1 parent 5dd74dc commit 48c1e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courtroom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3204,7 +3204,7 @@ void Courtroom::do_character_bounce()

void Courtroom::do_character_slide()
{
QWidget *ui_element = ui_vp_player_char;
AOLayer *ui_element = ui_vp_player_char;
QStringList self_offsets = m_chatmessage[SELF_OFFSET].split("&");
int self_offset = self_offsets[0].toInt();
int self_offset_v = (self_offsets.length() > 1) ? self_offsets[1].toInt() : 0;
Expand Down

0 comments on commit 48c1e9b

Please sign in to comment.