Skip to content

Commit

Permalink
renamed icons from 'detailed' to simple. removed unused h2mp_32x32x4.…
Browse files Browse the repository at this point in the history
…png.

git-svn-id: file:///svn/uhexen2/code/trunk@5123 eaf649e6-6c13-0410-b194-84221022858e
  • Loading branch information
sezero committed Feb 15, 2013
1 parent 10b2657 commit f8238be
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions engine/h2shared/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
//
#if defined(H2W)
#define RES_ICONFILE "../../resource/hexenworld.ico"
//#elif defined(H2MP)
//#define RES_ICONFILE "../resource/h2mp.ico"
#elif defined(H2MP)
#define RES_ICONFILE "../resource/h2mp.ico"
#else
#define RES_ICONFILE "../resource/hexen2.ico"
#endif
Expand Down
14 changes: 6 additions & 8 deletions engine/h2shared/xbm_icon.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#if defined(H2W) /* hexenworld */
#include "../../resource/h2w_ico.xbm"

#elif defined(H2MP) /* hexen2 with mission pack */
#include "../resource/h2mp_ico.xbm"

#else /* plain hexen2 */
#include "../resource/h2_ico.xbm"
#if defined(H2W)
#include "../../resource/hexenworld.xbm"
#elif defined(H2MP)
#include "../resource/h2mp.xbm"
#else
#include "../resource/hexen2.xbm"
#endif

File renamed without changes.
Binary file removed engine/resource/h2mp_32x32x4.png
Binary file not shown.
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions rpm/hexen2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ utils/hcc/hcc -src gamecode-%{gamecode_ver}/hc/hw -oi -on

# Install the menu icon
%{__mkdir_p} %{buildroot}/%{_datadir}/pixmaps
%{__install} -D -m644 engine/resource/h2_32x32x4.png %{buildroot}/%{_datadir}/pixmaps/hexen2.png
%{__install} -D -m644 engine/resource/hexen2.png %{buildroot}/%{_datadir}/pixmaps/hexen2.png

# Install menu entry
%{__cat} > %{name}.desktop << EOF
Expand Down Expand Up @@ -348,7 +348,7 @@ desktop-file-install \
%{_prefix}/games/%{name}/docs/README.hwmaster

%changelog
* Thu Feb 14 2013 O.Sezer <[email protected]> 1.5.6-1
* Fri Feb 15 2013 O.Sezer <[email protected]> 1.5.6-1
- Bump version to 1.5.6.

* Tue Sep 11 2012 O.Sezer <[email protected]> 1.5.5-1
Expand Down

0 comments on commit f8238be

Please sign in to comment.