[Freeciv-tickets] [freeciv] #46465: tileset_setup_unit_direction() expects unit_activity_name(ACTIVITY_LAST) to be valid string

Back to archive index
OSDN Ticket System norep****@osdn*****
Sat Jan 7 00:10:34 JST 2023


#46465: tileset_setup_unit_direction() expects unit_activity_name(ACTIVITY_LAST) to be valid string

  Open Date: 2023-01-06 17:10
Last Update: 2023-01-06 17:10

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/46465
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=46465

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2023-01-06 17:10 Updated by: cazfi
 * New Ticket "tileset_setup_unit_direction() expects unit_activity_name(ACTIVITY_LAST) to be valid string" created


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: 3.2.0
     Component: Client common
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Even when called with ACTIVITY_LAST, tileset_setup_unit_direction() does:
--
fc_snprintf(buf, sizeof(buf), "%s_%s_%s", base_str,
unit_activity_name(activity),
dir_get_tileset_name(loaddir));


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/46465
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=46465



More information about the Freeciv-tickets mailing list
Back to archive index