[Freeciv-Dev] Re: (PR#10061) assertion "punit->transported_by > 0" faile
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] Re: (PR#10061) assertion "punit->transported_by > 0" failed |
From: |
"Marko Lindqvist" <marko.lindqvist@xxxxxxxxxxx> |
Date: |
Sun, 12 Sep 2004 05:25:24 -0700 |
Reply-to: |
rt@xxxxxxxxxxx |
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10061 >
Ok, I finally got something sensible out from cygwin + assert + gdb
and tracked problem to the fact that aiferry_find_boat_nearby() doesn't
check if boat is already full. And indeed, there is even comment about it:
FIXME: Actually check the capacity.
- Caz
|
|