| commit | beccf3758692cb48b7ac8bc30265ae36d0e50771 | [log] [tgz] |
|---|---|---|
| author | Dylan Smith <dylan.ah.smith@gmail.com> | Tue Jun 24 14:09:50 2008 -0400 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Jun 25 10:48:10 2008 +0200 |
| tree | 0d6c48058f446610449084ed331ae1bcf453ef9d | |
| parent | 273080af7d881fa0d1d965e4814c358384031725 [diff] |
winemine: The number of mines should be visible before first choice. There were a few lines of code that I removed that explicitly kept the number of mines and the timer unlit before the game started. This isn't consistent with Windows, so I don't know what the purpose was for doing this. In fact, it prevents the number of mines from being shown ahead of time, which is useful information.