diff --git a/source/duke3d/src/anim.cpp b/source/duke3d/src/anim.cpp index 84c588da1..a25ab2f76 100644 --- a/source/duke3d/src/anim.cpp +++ b/source/duke3d/src/anim.cpp @@ -73,11 +73,13 @@ dukeanim_t * Anim_Create(char const * fn) return anim; } +#ifndef EDUKE32_STANDALONE #ifdef DYNSOUNDREMAP_ENABLE static int32_t const StopAllSounds = -1; #else # define StopAllSounds -1 #endif +#endif void Anim_Init(void) {