Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 26, 2016, 05:17:57 am
-
Here is the nightly for Linux on 26 May 2016 - Revision 1a59a1c
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 121
Group: Standard
fso_Standard_20160526_1a59a1c.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20160526_1a59a1c.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20160526_1a59a1c.md5)
------------------------------------------------------------------------
commit 7d3b824
Author: Yarn366 <Mon May 23 01:10:33 2016 -0400>
Commit: Yarn366 <Mon May 23 01:10:33 2016 -0400>
Added a flag the message_extra struct that tells whether the base animation exists. Also changed message_play_anim() to use this flag rather than the first_frame field to decide whether to add a suffix to the name.
code/mission/missionmessage.cpp | 4 ++--
code/mission/missionmessage.h | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)