diff options
| author | Colin Noga <Tempus@chronometry.ca> | 2012-07-29 20:41:07 -0500 | 
|---|---|---|
| committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-29 20:41:07 -0500 | 
| commit | 2da2cf050e93abb1838a622f0ff57618feb9ec69 (patch) | |
| tree | 0d71d90cb923b364c19d499631ce633242004851 | |
| parent | 27dfa7546266983bcfd98084dd4812b391753648 (diff) | |
| download | kamek-2da2cf050e93abb1838a622f0ff57618feb9ec69.tar.gz kamek-2da2cf050e93abb1838a622f0ff57618feb9ec69.zip | |
minor star coin fix
Diffstat (limited to '')
| -rw-r--r-- | src/koopatlas/starcoin.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/koopatlas/starcoin.cpp b/src/koopatlas/starcoin.cpp index 618144e..54b7218 100644 --- a/src/koopatlas/starcoin.cpp +++ b/src/koopatlas/starcoin.cpp @@ -53,8 +53,8 @@ int dWMStarCoin::onCreate() {  		bool output = layout.build("coin.brlyt"); -		nw4r::lyt::Pane *red = layout.findPictureByName("red"); -		red->alpha = 0; +		// nw4r::lyt::Pane *red = layout.findPictureByName("red"); +		// red->alpha = 0;  		if (!IsWideScreen()) {  			layout.clippingEnabled = true; | 
