- catch up on a couple of DOS bits
- fix a copy-and-paste error on hack.c function
This commit is contained in:
nethack.allison
2006-07-09 22:17:57 +00:00
parent 999424aecc
commit 00768fce8b
4 changed files with 9 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ unsigned ui;
anything *
long_to_any(lng)
unsigned lng;
long lng;
{
tmp_anything = zeroany;
tmp_anything.a_long = lng;