]> git.mxchange.org Git - flightgear.git/commit
32 bit integers are somewhat magical and handled pretty well across platforms
authorcurt <curt>
Tue, 3 May 2005 20:34:21 +0000 (20:34 +0000)
committercurt <curt>
Tue, 3 May 2005 20:34:21 +0000 (20:34 +0000)
commit927cb78abaf8e84229fee2a817e8f80f3a300ebf
tree04c0cc1a2a0bfff50c857d89f0905ca9b842eca9
parentbed9a2b355a1af61cd80cc4ebe531da737dac33e
32 bit integers are somewhat magical and handled pretty well across platforms
in terms of predictable packing and byte ordering.  So rather than trying to
get fancy and shave a few bits off the structure sizes, just go with 32 bit
ints for everthing which saves a lot of potential headaches in the cross
platform and cross architecture arenas.
src/Network/net_ctrls.hxx
src/Network/net_fdm.hxx