ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
oup
/
current
/
Global
/
DatStructureLoader.pas
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing oup/current/Global/DatStructureLoader.pas (file contents):
Revision
113
by
alloc
, Sun Feb 25 17:20:22 2007 UTC vs.
Revision
204
by
alloc
, Sun May 27 20:03:41 2007 UTC
#
Line 74
|
Line 74
|
begin
74
Result := datatype - 1000;
75
10000..65535:
76
Result := datatype - 10000;
77
+
else
78
+
Result := 0;
79
end;
80
end;
81
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)