ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/flatline/Flatline_PacketBuilder.c
(Generate patch)

Comparing Daodan/src/flatline/Flatline_PacketBuilder.c (file contents):
Revision 880 by alloc, Sun Jun 2 11:25:34 2013 UTC vs.
Revision 881 by alloc, Mon Jun 3 17:01:38 2013 UTC

# Line 1 | Line 1
1   #include "Flatline.h"
2   #include "../Oni_Symbols.h"
3   #include <assert.h>
4 + #include "Flatline_Packet.h"
5  
6   #define FLAG_AND_INCREMENT( FLAG )      PD->UpdateFlags |= (1 << FLAG ); DataPointer += FLpData_PartSize( FLAG );
7  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)