We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fd5c3 commit 9a9a96aCopy full SHA for 9a9a96a
source/code/BlockGameSdl.hpp
@@ -668,16 +668,17 @@ class BlockGameSdl : public BlockGame {
668
sago::SagoTextField player_speed;
669
670
//Old Stage Clear Buble
671
- int oldBubleX;
672
- int oldBubleY;
+ int oldBubleX = 0;
+ int oldBubleY = 0;
673
674
std::string infostring;
675
std::string infostringName;
676
std::string controldBoxText;
677
678
679
private:
680
- int topx, topy;
+ int topx = 0;
681
+ int topy = 0;
682
sago::SagoTextField scoreLabel;
683
sago::SagoTextField timeLabel;
684
sago::SagoTextField chainLabel;
0 commit comments