aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Pong.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-24 16:18:57 -0500
committerlempamo <[email protected]>2017-02-24 16:18:57 -0500
commited008c1898ec9dc48d40ad8e6219e4af0e3a31b6 (patch)
treec3dafaa265cdb7f7c39d31db1e331a0ea289b1d3 /ShiftOS.WinForms/Applications/Pong.Designer.cs
parent8ca7ea09294b3d47c1724b4a5502b3effcfdefb2 (diff)
parent80282d31c29fb0d9f5d89420186434adfc46f020 (diff)
downloadshiftos_thereturn-ed008c1898ec9dc48d40ad8e6219e4af0e3a31b6.tar.gz
shiftos_thereturn-ed008c1898ec9dc48d40ad8e6219e4af0e3a31b6.tar.bz2
shiftos_thereturn-ed008c1898ec9dc48d40ad8e6219e4af0e3a31b6.zip
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Pong.Designer.cs18
1 files changed, 2 insertions, 16 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.Designer.cs b/ShiftOS.WinForms/Applications/Pong.Designer.cs
index 5882549..7f2466f 100644
--- a/ShiftOS.WinForms/Applications/Pong.Designer.cs
+++ b/ShiftOS.WinForms/Applications/Pong.Designer.cs
@@ -555,14 +555,7 @@ namespace ShiftOS.WinForms.Applications
this.paddleHuman.Location = new System.Drawing.Point(10, 134);
this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 150);
this.paddleHuman.Name = "paddleHuman";
- if (ShiftoriumFrontend.UpgradeInstalled("pong_increased_paddle_size"))
- {
- this.paddleHuman.Size = new System.Drawing.Size(20, 150);
- }
- else
- {
- this.paddleHuman.Size = new System.Drawing.Size(20, 100);
- }
+ this.paddleHuman.Size = new System.Drawing.Size(20, 100);
this.paddleHuman.TabIndex = 3;
this.paddleHuman.TabStop = false;
//
@@ -573,14 +566,7 @@ namespace ShiftOS.WinForms.Applications
this.paddleComputer.Location = new System.Drawing.Point(666, 134);
this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 150);
this.paddleComputer.Name = "paddleComputer";
- if (ShiftoriumFrontend.UpgradeInstalled("pong_increased_paddle_size"))
- {
- this.paddleComputer.Size = new System.Drawing.Size(20, 150);
- }
- else
- {
- this.paddleComputer.Size = new System.Drawing.Size(20, 100);
- }
+ this.paddleComputer.Size = new System.Drawing.Size(20, 100);
this.paddleComputer.TabIndex = 1;
//
// lbllevelandtime