Skip to content

Commit

Permalink
Add The promise menu music (#86)
Browse files Browse the repository at this point in the history
Add missing commit
  • Loading branch information
cxong committed Oct 27, 2013
1 parent 49ec125 commit c543759
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added music/menu/The promise.ogg
Binary file not shown.
4 changes: 4 additions & 0 deletions music/menu/The promise.ogg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reencoded from The promise by SteelRebellion
https://soundcloud.com/user9072307/the-promise

http://creativecommons.org/licenses/by-nc-sa/3.0/
2 changes: 1 addition & 1 deletion src/cdogs/hud.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ void HUDInit(
struct MissionOptions *mission);
void HUDDisplayMessage(HUD *hud, const char *msg);
void HUDUpdate(HUD *hud, int ms);
void HUDDraw(HUD *hud, int isPaused, int isEscExit);
void HUDDraw(HUD *hud, int isPaused);

#endif

0 comments on commit c543759

Please sign in to comment.