DEADSOFTWARE

pointer taking is typed now (it is safer this way)
[d2df-sdl.git] / src / engine / e_log.pas
index f3dab4ea4156e53f2fa32cb5c5b089bed822c2ea..ebdd646da2021b310af38d75b06e93fdba634ea2 100644 (file)
@@ -13,7 +13,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *)
-{$MODE DELPHI}
+{$INCLUDE ../shared/a_modes.inc}
 {$R-}
 { $DEFINE CBLOG}
 unit e_log;
@@ -69,7 +69,7 @@ begin
   begin
     case RecordCategory of
       MSG_FATALERROR: write('FATAL: ');
-      MSG_WARNING: write('WARNINIG: ');
+      MSG_WARNING: write('WARNING: ');
     end;
     writeln(TextLine);
   end;