diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-06-08 15:04:25 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-06-08 15:04:25 +0000 |
commit | f4425b4558b7fd86de874035f81ea290c987e96d (patch) | |
tree | 22a15b5a51fd30b6f54a1e95a5739e38583700c8 /Game/Code/Classes | |
parent | 69760999c871af479f1ce228f8dbf80569cd8956 (diff) | |
download | usdx-f4425b4558b7fd86de874035f81ea290c987e96d.tar.gz usdx-f4425b4558b7fd86de874035f81ea290c987e96d.tar.xz usdx-f4425b4558b7fd86de874035f81ea290c987e96d.zip |
inconsistent line endings unified
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1143 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes')
-rw-r--r-- | Game/Code/Classes/UCommon.pas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Classes/UCommon.pas b/Game/Code/Classes/UCommon.pas index 0c8bf0df..f3edd62a 100644 --- a/Game/Code/Classes/UCommon.pas +++ b/Game/Code/Classes/UCommon.pas @@ -244,9 +244,9 @@ begin end;
function MakeLong(A, B: Word): Longint;
-begin - Result := (LongInt(B) shl 16) + A; -end; +begin
+ Result := (LongInt(B) shl 16) + A;
+end;
(*
function QueryPerformanceCounter(lpPerformanceCount:TLARGEINTEGER):Bool;
|