DEADSOFTWARE

Revert "network: changed weapon forcing logic; should be more reliable (i hope)"
[d2df-sdl.git] / src / tools / wadcvt.dpr
index dc509b7c419605723e7d8389dbeb8a142f1537c9..59df44ea7e5b8e23dd20d26222d26a7319d8139a 100644 (file)
@@ -1,4 +1,4 @@
-(* Copyright (C)  DooM 2D:Forever Developers
+(* Copyright (C)  Doom 2D: Forever Developers
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@ program __wadcvt__;
 uses
   SysUtils,
   Classes,
+  mempool in '../shared/mempool.pas',
   utils in '../shared/utils.pas',
   xstreams in '../shared/xstreams.pas',
   xparser in '../shared/xparser.pas',
@@ -40,7 +41,6 @@ uses
   wadreader in '../shared/wadreader.pas',
   hashtable in '../shared/hashtable.pas',
   conbuf in '../shared/conbuf.pas',
-  BinEditor in '../shared/BinEditor.pas',
   MAPDEF in '../shared/MAPDEF.pas',
   CONFIG in '../shared/CONFIG.pas',
   e_log in '../engine/e_log.pas',