Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix : Symbol error #13

Merged
merged 1 commit into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16)
project(Trapdoor)
set(CMAKE_CXX_STANDARD 17)

set(TRAPDOOR_VERSION 0.16)
set(TRAPDOOR_VERSION 0.17)
set(TEST_NUMBER 12)
set(GAME_VERSION 1.19.10.03)
set(GAME_VERSION 1.19.20.02)
option(DEV "Build as developer version" ON)
option(BETA "Build as beta version" OFF)
add_definitions(-DTD_VERSION="${TRAPDOOR_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion LINK.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.10.03.zip
https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.20.02.zip
2 changes: 1 addition & 1 deletion SDK
Submodule SDK updated from 01834a to 2ee36e
2 changes: 1 addition & 1 deletion src/functions/HsaHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace trapdoor {
} // namespace trapdoor

THook(void,
"?_spawnStructureMob@Spawner@@AEAAXAEAVBlockSource@@AEBVBlockPos@@"
"?_spawnStructureMob@Spawner@@IEAAXAEAVBlockSource@@AEBVBlockPos@@"
"AEBUHardcodedSpawningArea@LevelChunk@@AEBVSpawnConditions@@@Z",
void *spawner, const BlockSource &bs, const BlockPos &blockPos,
const trapdoor::TBoundingBox &hsa, void *spawnConditions) {
Expand Down