Skip to content

Commit

Permalink
fix stylecheck test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Dec 31, 2023
1 parent a3ee985 commit 45d0876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pol-core/pol/mobile/charactr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,8 @@ bool Character::setgraphic( u16 newgraphic )
{
if ( newgraphic < 1 ||
newgraphic >

Check failure on line 1622 in pol-core/pol/mobile/charactr.cpp

View workflow job for this annotation

GitHub Actions / stylecheck (ubuntu-latest)

Invalid line length: - newgraphic > - Plib::systemstate.config.max_anim_id ) // Maximum graphic: Default would be 2048, - // changed to allow new graphics -- Vitor - 2023-12-31 + newgraphic > Plib::systemstate.config + .max_anim_id ) // Maximum graphic: Default would be 2048, + // changed to allow new graphics -- Vitor - 2023-12-31 return false; set_dirty();
Plib::systemstate.config.max_anim_id ) // Maximum graphic: Default would be 2048, changed to allow new graphics -- Vitor - 2023-12-31
Plib::systemstate.config.max_anim_id ) // Maximum graphic: Default would be 2048,
// changed to allow new graphics -- Vitor - 2023-12-31
return false;

set_dirty();
Expand Down

0 comments on commit 45d0876

Please sign in to comment.