Skip to content

Commit

Permalink
- Minor tweaks, so that binaries compile again.
Browse files Browse the repository at this point in the history
  • Loading branch information
q3shafe committed Dec 25, 2017
1 parent 5e218ea commit cf68002
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Binary file added game-media/old-media/maps/ctf_pyramide2.aas.old
Binary file not shown.
Binary file added game-media/old-media/maps/ctf_pyramide2.bsp.old
Binary file not shown.
Binary file modified game-media/trepidation.x86.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions trep-engine/code/client/snd_codec_mp3.c
Expand Up @@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

// MP3 support is enabled by this define
//#if USE_CODEC_MP3
#if USE_CODEC_MP3

// includes for the Q3 sound system
#include "client.h"
Expand Down Expand Up @@ -713,4 +713,4 @@ void *S_MP3_CodecLoad(const char *filename, snd_info_t *info)
return pcmbuffer;
}

//#endif // USE_CODEC_MP3
#endif // USE_CODEC_MP3
Binary file modified trep-engine/misc/msvc/ioq3.sdf
Binary file not shown.
Binary file modified trep-engine/misc/msvc/ioq3.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion vms-source/code/q3_ui/ui_video.c
Expand Up @@ -747,7 +747,7 @@ void GraphicsOptions_MenuInit( void )
"640x480",
"800x600",
"960x720",
"1024x768",
"1024x768",
"1152x864",
"1280x1024",
"1600x1200",
Expand Down
Binary file modified vms-source/code/quake3sdk.sdf
Binary file not shown.
Binary file modified vms-source/code/quake3sdk.suo
Binary file not shown.

0 comments on commit cf68002

Please sign in to comment.