fix normal percentage showing up as negative (#211)

This commit is contained in:
Cvolton 2023-08-18 23:18:36 +02:00 committed by GitHub
parent fa7f486c5c
commit dfc75c8940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2330,7 +2330,7 @@ class GJGameLevel : cocos2d::CCNode {
int m_chk;
bool m_isChkValid;
bool m_isCompletionLegitimate;
geode::SeedValueVRS m_normalPercent;
geode::SeedValueVSR m_normalPercent;
geode::SeedValueRSV m_orbCompletion;
geode::SeedValueRSV m_newNormalPercent2;
int m_practicePercent;