]> git.mxchange.org Git - flightgear.git/commit
Add code to draw AI ships on the map widget (useful for carrier ops.)
authorCurtis L. Olson <curtolson@gmail.com>
Fri, 7 Jan 2011 19:05:47 +0000 (13:05 -0600)
committerCurtis L. Olson <curtolson@gmail.com>
Fri, 7 Jan 2011 19:05:47 +0000 (13:05 -0600)
commit7fb8114feb83032d39b440910fd915853841c62e
treed1643a70f77db9d646cacf5f295558b94608e860
parent9337584df02f7856843a7b0d67eb260cf565d3fc
Add code to draw AI ships on the map widget (useful for carrier ops.)

An AI Tanker requested from the AI menu has an id of -2, so change the code to
only ignore AI models with an ID of -1.
src/GUI/MapWidget.cxx