]> git.mxchange.org Git - simgear.git/commit
Rename WaitingTile to WaitingSyncItem.
authorJames Turner <zakalawe@mac.com>
Mon, 23 Sep 2013 17:20:16 +0000 (18:20 +0100)
committerJames Turner <zakalawe@mac.com>
Mon, 23 Sep 2013 17:20:16 +0000 (18:20 +0100)
commit3783ae2234ba7ee37c032f35027dc78a526f5a58
treeed9e5c1e35398d3d638aa517d8f871ead41c425b
parent3e8732b23061c681c25b794fd3ef442f919edbcb
Rename WaitingTile to WaitingSyncItem.

We already synchronise other things besides tiles, and will soon want different
behaviour based on the type of item we're syncing (so we can synchronize some items in parallel). Rename the struct to be clearer, and add an enum encoding the type of item for future use.
simgear/scene/tsync/terrasync.cxx