mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
remove commented out code
This commit is contained in:
parent
66e6b13c5a
commit
4848bbc709
1 changed files with 0 additions and 13 deletions
|
@ -1016,16 +1016,3 @@ extern "C" s32 GetRandomizedItemIdFromActor(GetItemID ogId, s16 actorId ) {
|
|||
extern "C" s32 GetRandomizedItemIdFromPosition(GetItemID ogId, s16 sceneNum, s16 actorParams, s32 homePosX, s32 homePosY, s32 homePosZ) {
|
||||
return OTRGlobals::Instance->gRandomizer->GetRandomizedItemId(ogId, -1, sceneNum, actorParams, homePosX, homePosY, homePosZ);
|
||||
}
|
||||
|
||||
// extern "C" GetItemID GetItemFromActor(s16 actorId, GetItemID ogItemId) {
|
||||
// return OTRGlobals::Instance->gRandomizer->GetItemFromActor(actorId, ogItemId);
|
||||
// }
|
||||
|
||||
// extern "C" GetItemID GetItemFromSceneAndParams(s16 sceneNum, s16 actorParams, GetItemID ogItemId) {
|
||||
// return OTRGlobals::Instance->gRandomizer->GetItemFromSceneAndParams(sceneNum, actorParams, ogItemId);
|
||||
// }
|
||||
|
||||
// // use an explicit (s32) cast on the position values from the Vec3f when calling
|
||||
// extern "C" GetItemID GetItemFromSceneParamsAndHomePos(s16 sceneNum, s16 actorParams, s32 homePosX, s32 homePosY, s32 homePosZ, GetItemID ogItemId) {
|
||||
// return OTRGlobals::Instance->gRandomizer->GetItemFromSceneParamsAndHomePos(sceneNum, actorParams, homePosX, homePosY, homePosZ, ogItemId);
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue