Move main/hash.c -> misc/hash.c to match D2X

This commit is contained in:
Kp 2013-02-21 00:04:59 +00:00
parent e0b97f5b56
commit 4167cf9685
2 changed files with 1 additions and 1 deletions

View file

@ -116,7 +116,6 @@ common_sources = [
'main/gameseg.c',
'main/gameseq.c',
'main/gauges.c',
'main/hash.c',
'main/hostage.c',
'main/hud.c',
'main/inferno.c',
@ -163,6 +162,7 @@ common_sources = [
'misc/args.c',
'misc/dl_list.c',
'misc/error.c',
'misc/hash.c',
'misc/hmp.c',
'misc/ignorecase.c',
'misc/physfsx.c',