UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Closed Bug report #284 'next' button on aircraft base view shows one ship too many
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "Not determined".
Issue basics
  • Type of issue
    Bug report
  • Category
    User interface
  • Targetted for
    Not determined
  • Status
    Closed
  • Priority
    3. Normal
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
Issue details
  • Resolution
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Complexity
    Not determined
  • Platform
    Not determined
  • Architecture
    Not determined
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
[http://sourceforge.net/p/ufoai/bugs/284 Item 284] imported from sourceforge.net tracker on 2013-01-28 18:15:21

I start a new game, build one base, and go to aircrafts.

I have one dropship and one interceptor.
First aircraft shown is the dropship. If I press "next"
i get the interceptor. Then I press "next" again and I
see the dropship again.


Suggested fix [assuming first aircraft is id 0]:
file: cl_aircraft.c
line: 218

Change : if ((int) Cvar_VariableValue("mn_aircraft_id")
< baseCurrent->numAircraftInBase) {


to: if ((int) Cvar_VariableValue("mn_aircraft_id") <
baseCurrent->numAircraftInBase - 1) {


===== Comments Ported from Sourceforge =====

====== cassiterite (2006-09-02 13:51:55) ======

Logged In: YES
user_id=1171370

Thanks for the bug report... especially for the fix!

Your fix seems to work perfectly, so I&#039;ve applied to SVN (as
of revision 3223).

PS: feel free to suggest more fixes :)
====== nobody (2006-09-02 14:02:53) ======

Logged In: NO

Ah, but why is the aircraft in the list twice, anyway? :)
Steps to reproduce this issue
Nothing entered.
Todos (0 / 0)
Issue created
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif