X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fshared%2FWADEDITOR.pas;h=83538c0525bdbe09ad97aeb443c2b6fb8ca545e2;hb=ff1017e1923bcf524a9b0006d64cb88b7ddf98d1;hp=3c6c1a3082fc80c9290ace750a56bc3921b963a0;hpb=88ce644db1b40111bdb380f4357fa59bdb5173be;p=d2df-sdl.git diff --git a/src/shared/WADEDITOR.pas b/src/shared/WADEDITOR.pas index 3c6c1a3..83538c0 100644 --- a/src/shared/WADEDITOR.pas +++ b/src/shared/WADEDITOR.pas @@ -674,6 +674,7 @@ begin DFWAD_ERROR_WADNOTLOADED: Result := 'DFWAD file is not loaded'; DFWAD_ERROR_READRESOURCE: Result := 'Read resource error'; DFWAD_ERROR_READWAD: Result := 'Read DFWAD error'; + else Result := 'Unknown DFWAD error'; end; end;