Including easy mode hiscores
This commit is contained in:
parent
831c940b6e
commit
3164fd2405
|
@ -50,7 +50,12 @@ This game is currently still incomplete, however the latest version of the OSX a
|
|||
<li><a href="http://ratcatcher.nethack.net/RatCatcher-10.5.zip">Download for Mac OS X 10.5 (Leapord)</a>
|
||||
<li> <a href="http://ratcatcher.nethack.net/RatCatcher-10.4.zip">Download for Mac OS X 10.4 (Tiger)</a>
|
||||
<br>
|
||||
<?php include("hiscores/hiscores.php"); ?>
|
||||
<table border=0>
|
||||
<tr>
|
||||
<td> <?php include("hiscores/hiscores.php"); ?></td>
|
||||
<td> <?php include("hiscores/hiscores.php?easymode=-1"); ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<?php include("info.html"); ?>
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue