mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 05:35:40 +00:00
Fixed crud.
svn path=/trunk/gtk-sharp/; revision=6479
This commit is contained in:
parent
e1e6059f98
commit
0479b3c950
|
@ -149,7 +149,8 @@ public class Fifteen
|
|||
static void Scramble (object o, EventArgs args)
|
||||
{
|
||||
Random rand = new Random ();
|
||||
int blank,;
|
||||
int blank;
|
||||
int position;
|
||||
|
||||
|
||||
// find blank spot
|
||||
|
|
Loading…
Reference in a new issue