X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fengine%2Fe_log.pas;h=ebdd646da2021b310af38d75b06e93fdba634ea2;hb=9358607d5a98ffd3451f2ea7d4a8332e86cc6079;hp=f3dab4ea4156e53f2fa32cb5c5b089bed822c2ea;hpb=5472594f32e33da0c66606ec9eebc8f798ef6b54;p=d2df-sdl.git diff --git a/src/engine/e_log.pas b/src/engine/e_log.pas index f3dab4e..ebdd646 100644 --- a/src/engine/e_log.pas +++ b/src/engine/e_log.pas @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . *) -{$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;