diff --git a/buildcfg.txt b/buildcfg.txt index 0754cb6a..cea80ab9 100644 --- a/buildcfg.txt +++ b/buildcfg.txt @@ -7,7 +7,7 @@ ; -DULTDOOM to build for ultimate doom ; -DSHAREWARE to build for shareware doom ; -; Copyright (c) 2001-2015 +; Copyright (c) 2001-2016 ; Contributors to the Freedoom project. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without @@ -801,8 +801,13 @@ M_RDTHIS 0 0 M_OPTION 0 0 M_QUITG 0 0 M_NGAME 0 0 +#ifdef FREEDM +M_SKULL1 = m_rokt1 16 -4 +M_SKULL2 = m_rokt2 16 -4 +#else M_SKULL1 0 -1 M_SKULL2 0 -1 +#endif M_THERMO -2 -1 M_THERMR 0 0 M_THERMM 0 0 @@ -2821,4 +2826,3 @@ AQF074 AQF075 AQF076 - diff --git a/graphics/m_rokt1.gif b/graphics/m_rokt1.gif new file mode 100644 index 00000000..bd921fc0 Binary files /dev/null and b/graphics/m_rokt1.gif differ diff --git a/graphics/m_rokt2.gif b/graphics/m_rokt2.gif new file mode 100644 index 00000000..ad411b6a Binary files /dev/null and b/graphics/m_rokt2.gif differ