Skip to content

Commit 3fac4ef

Browse files
committed
Add Sophie to credits + fix PosDisplay init
1 parent 4a50ca9 commit 3fac4ef

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You can leave your feedback in the Issues tab or by joining this [Discord server
1515
- [Fryy_55](user:13369735) ([GitHub](https://github.com/Fryy55))
1616
### Assets
1717
- [Revalutionary](user:21942210)
18+
- [Sapph](user:13581707)
1819
### Ideas
1920
- [Revalutionary](user:21942210)
2021

src/include/posdisplay.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ PosDisplay* PosDisplay::create(List list) {
1616
}
1717

1818
bool PosDisplay::init(List list) {
19-
this -> CCMenu::init();
19+
if (!this -> CCMenu::init())
20+
return false;
2021
this -> setLayout(RowLayout::create());
2122

2223
m_icon = CCSprite::createWithSpriteFrameName(list ? "tslp_trophy.png"_spr : "tsl_trophy.png"_spr); // TSL+ : TSL

0 commit comments

Comments
 (0)