- Fixed default.cbd and Makefile.mingw for current code state.
- New: Pausing the game (through any means, not just the pause key) now pauses sound effects as well as music. "PauseMusicInMenus" has been added as a MAPINFO flag to also pause the music when a menu or the console are open. SVN r134 (trunk)
This commit is contained in:
parent
f8bdceab38
commit
62b7dd3efc
19 changed files with 115 additions and 35 deletions
|
|
@ -138,7 +138,6 @@ done
|
|||
|
||||
${COMPILER} "autostart.cpp \
|
||||
a.nas \
|
||||
blocks.nas \
|
||||
misc.nas \
|
||||
tmap.nas \
|
||||
tmap2.nas \
|
||||
|
|
@ -235,6 +234,7 @@ ${COMPILER} "autostart.cpp \
|
|||
p_writemap.cpp \
|
||||
p_xlat.cpp \
|
||||
po_man.cpp \
|
||||
r_anim.cpp \
|
||||
r_bsp.cpp \
|
||||
r_data.cpp \
|
||||
r_draw.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue