]> granicus.if.org Git - nethack/commit
cast int64 to smaller types (trunk only)
authornethack.allison <nethack.allison>
Tue, 11 Jul 2006 12:38:16 +0000 (12:38 +0000)
committernethack.allison <nethack.allison>
Tue, 11 Jul 2006 12:38:16 +0000 (12:38 +0000)
commit96c61630191e5b4d9748e538d5e8a06c755ea072
tree2e5582d32136d6e43c07e8106db64a7ba5fc3529
parent7394b0a353c07207556572f4df3f68f7c4016796
cast int64 to smaller types (trunk only)

The devteam feedback was to place casts in the code
in question.

This puts explicit casts on some code that was being
compiled into 'int64' then stuffed into smaller types with
VC2005.
src/artifact.c
src/end.c
src/mklev.c
src/mkmaze.c
src/mkroom.c
src/mon.c
src/options.c
src/priest.c
src/shknam.c
src/sounds.c
src/timeout.c