Remove songs from git index into commercial assets. Update distribution and build scripts to not include songs commercial folder. Fix early destruction of audio buffer data causing a crash. Release Build 11544.

master
sigonasr2 3 months ago
parent d0db3412d9
commit 47ff285bef
  1. 6
      Adventures in Lestoria/Version.h
  2. BIN
      x64/Release/Adventures in Lestoria.exe

@ -37,9 +37,9 @@ All rights reserved.
#pragma endregion #pragma endregion
#pragma once #pragma once
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 3 #define VERSION_MINOR 2
#define VERSION_PATCH 0 #define VERSION_PATCH 5
#define VERSION_BUILD 11665 #define VERSION_BUILD 11544
#define stringify(a) stringify_(a) #define stringify(a) stringify_(a)
#define stringify_(a) #a #define stringify_(a) #a

Loading…
Cancel
Save