Skip to content

Commit

Permalink
Merge pull request #13 from dreamguxiang/1.19.10.03
Browse files Browse the repository at this point in the history
Fix : Symbol error
  • Loading branch information
hhhxiao authored Aug 12, 2022
2 parents dc63351 + a660433 commit f8b1313
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 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

0 comments on commit f8b1313

Please sign in to comment.