Skip to content

Commit

Permalink
Re-integrated FMOD instance sound system
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Jul 2, 2023
1 parent eed1bea commit ccd9c6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ endif ()
# FMOD Library only if requested
if(INCLUDE_FMOD_SOUND)
# Compile options
add_compile_definitions(INCLUDE_FMOD_SOUND)
add_compile_definitions(INCLUDE_FMOD_SOUND=1)

# Link Options (only for Win/Mac)
if(WIN32 OR APPLE)
Expand Down
4 changes: 2 additions & 2 deletions XPMP2-Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"INCLUDE_FMOD_SOUND=0",
"INCLUDE_FMOD_SOUND=1",
"APL=1",
"IBM=0",
"LIN=0",
Expand Down Expand Up @@ -361,7 +361,7 @@
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"NDEBUG=1",
"INCLUDE_FMOD_SOUND=0",
"INCLUDE_FMOD_SOUND=1",
"APL=1",
"IBM=0",
"LIN=0",
Expand Down
2 changes: 1 addition & 1 deletion lib/XPMP2
Submodule XPMP2 updated 177 files

0 comments on commit ccd9c6e

Please sign in to comment.