mirror of
https://github.com/openeggbert/mobile-eggbert-monogame-desktop.git
synced 2025-03-29 06:22:27 +01:00
Some fixes and cleanup II
This commit is contained in:
parent
3a621f4267
commit
40a5ce2228
1
Def.cs
1
Def.cs
@ -2,7 +2,6 @@
|
|||||||
// WindowsPhoneSpeedyBlupi.Def
|
// WindowsPhoneSpeedyBlupi.Def
|
||||||
|
|
||||||
|
|
||||||
using System.Diagnostics;
|
|
||||||
|
|
||||||
namespace WindowsPhoneSpeedyBlupi
|
namespace WindowsPhoneSpeedyBlupi
|
||||||
{
|
{
|
||||||
|
2
Game1.cs
2
Game1.cs
@ -298,7 +298,7 @@ namespace WindowsPhoneSpeedyBlupi
|
|||||||
return;
|
return;
|
||||||
case Def.ButtonGlygh.InitBuy:
|
case Def.ButtonGlygh.InitBuy:
|
||||||
case Def.ButtonGlygh.TrialBuy:
|
case Def.ButtonGlygh.TrialBuy:
|
||||||
Guide.ShowMarketplace(PlayerIndex.One);
|
Guide.Show(PlayerIndex.One);
|
||||||
SetPhase(Def.Phase.Init);
|
SetPhase(Def.Phase.Init);
|
||||||
return;
|
return;
|
||||||
case Def.ButtonGlygh.InitRanking:
|
case Def.ButtonGlygh.InitRanking:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user