Skip to content

Commit

Permalink
Added new ROM icon.
Browse files Browse the repository at this point in the history
Fixed error in sound player.
  • Loading branch information
ant512 committed Jun 3, 2011
1 parent 8239218 commit eb208ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added icon.bmp
Binary file not shown.
3 changes: 2 additions & 1 deletion include/soundplayer.h
Expand Up @@ -261,8 +261,9 @@ class SoundPlayer {
*/
static void stopMapTheme() {
#ifndef USING_SDL
Mix_HaltChannel(CHANNEL_MUSIC);
mmEffectCancel(_mapHandle);
#else
Mix_HaltChannel(CHANNEL_MUSIC);
#endif
};

Expand Down
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -14,7 +14,7 @@ GAME_SUBTITLE1 := Using WoopsiGfx
GAME_SUBTITLE2 := ant.simianzombie.com

# 4-bit-deep bitmap file to use as icon in loader menus
GAME_ICON := $(DEVKITPRO)/libwoopsigfx/icon/logo.bmp
GAME_ICON := $(CURDIR)/../icon.bmp

#-------------------------------------------------------------------------------
# TARGET is the name of the output file
Expand Down

0 comments on commit eb208ff

Please sign in to comment.