]> git.pld-linux.org Git - packages/d2x-xl.git/commitdiff
- add byte type
authorlisu <lisu@pld-linux.org>
Mon, 4 Oct 2010 11:55:45 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    d2x-xl-byte.patch -> 1.1

d2x-xl-byte.patch [new file with mode: 0644]

diff --git a/d2x-xl-byte.patch b/d2x-xl-byte.patch
new file mode 100644 (file)
index 0000000..2d19992
--- /dev/null
@@ -0,0 +1,11 @@
+--- d2x-xl/main/segment.cpp~   2010-10-04 13:26:58.936847667 +0200
++++ d2x-xl/main/segment.cpp    2010-10-04 13:40:32.053514333 +0200
+@@ -13,6 +13,8 @@
+ #include "segmath.h"
+ #include "text.h"
++typedef unsigned char byte;
++
+ // Number of vertices in current mine (ie, gameData.segs.vertices, pointed to by Vp)
+ //    Translate table to get opposite CSide of a face on a CSegment.
+ char  sideOpposite [MAX_SIDES_PER_SEGMENT] = {WRIGHT, WBOTTOM, WLEFT, WTOP, WFRONT, WBACK};
This page took 0.050974 seconds and 4 git commands to generate.