aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UDisplay.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-07 20:16:18 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-07 20:16:18 +0000
commit83087bf3aa4687a93ae47adf7d47be31f7bef56a (patch)
tree1b8f28c739628d53c4de88c0d4bbb29f6970c049 /Game/Code/Menu/UDisplay.pas
parentb250b8f71c4265cba2142b61e1c534416f677fa1 (diff)
downloadusdx-83087bf3aa4687a93ae47adf7d47be31f7bef56a.tar.gz
usdx-83087bf3aa4687a93ae47adf7d47be31f7bef56a.tar.xz
usdx-83087bf3aa4687a93ae47adf7d47be31f7bef56a.zip
fpc warned that //$4D42 is ignored as a compiler-directive.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@932 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Menu/UDisplay.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Menu/UDisplay.pas b/Game/Code/Menu/UDisplay.pas
index f7c1766a..1d680f3d 100644
--- a/Game/Code/Menu/UDisplay.pas
+++ b/Game/Code/Menu/UDisplay.pas
@@ -398,7 +398,7 @@ begin
ZeroMemory(@FileInfo , SizeOf(BITMAPINFOHEADER));
// initialize header-data
- FileHeader.bfType := 19778; //$4D42 = 'BM'
+ FileHeader.bfType := 19778; // $4D42 = 'BM'
FileHeader.bfOffBits := SizeOf(BITMAPINFOHEADER)+SizeOf(BITMAPFILEHEADER);
// write bitmap info