DHTHING (Dump Hexen Thing)

I wrote this program as a companion to Patch.

Usage:
DHTHING ThingNumber

Example:
dhthing 350

That dumps the standard Hexen Ettin's data to the screen which can be
redirected to a file, using the DOS >file.ext thing.  Here's an example of
dumping the Ettin data to a text file:

dhthing 350 >ettin.dat

That will create a file named ettin.dat containing all the text that would
have been displayed on the screen in the first example.

It will create a nice little fully commented file that can be put right into
patch that looks like this:

O819204
;ID:
D10030
;Initial Frame:
D2372
;Hit Points:
D175
;First Moving Frame:
D2374
;Alert Sound:
D139
;Reaction Time:
D8
;Attack Sound:
D142
;Injury Frame:
D2378
;Pain Chance:
D60
;Pain Sound:
D141
;Close Attack Frame:
D2379
;Far Attack Frame:
D0
;Burning Frame:
D0
;Death Frame:
D2382
;Exploding Frame:
D2391
;Death Sound:
D143
;Unused Data Area???:
W13
;Speed:
D0
;Width:
D25
;Height:
W68
;Mass:
D175
;Missle Damage:
D3
;Action Sound:
D140
;Bits1:
D4194310
;Bits2:
D12845088

