Skip to content

Commit

Permalink
disabled CTRL + T test shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
GoosiferIO committed Mar 21, 2024
1 parent 21ae8d2 commit 77e3c8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
8 changes: 0 additions & 8 deletions emu-api.vcxproj.user

This file was deleted.

26 changes: 13 additions & 13 deletions emu/EmuControls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@

void EmuControls::procControls()
{
if (EmuBase::DoubleKey(0x11, 0x54) == true)
{
// BFUIMgr::shared_instance().getElement(0x3f8);
//BFGameApp::incSimSpeed();
// if (EmuBase::DoubleKey(0x11, 0x54) == true)
// {
// // BFUIMgr::shared_instance().getElement(0x3f8);
// //BFGameApp::incSimSpeed();

std::vector<int> ids = { 9313, 9314 };
// std::vector<int> ids = { 9313, 9314 };

std::vector<void*> entities = ZTWorldMgr::GetAllEntitiesOfType(ids);
ZTWorldMgr::SetVanishGuard(entities, ids, true);
// std::vector<void*> entities = ZTWorldMgr::GetAllEntitiesOfType(ids);
// ZTWorldMgr::SetVanishGuard(entities, ids, true);

// BFUIMgr::confirmDialog(BFUIMgr::getUIMgr(), 153, 0, 3, "ui/sharedui/question/question", '\x01', '\0', 0, 0);
// std::ofstream f;
// f.open("getelement.log", std::ios_base::app);
// f << "x: " << x << std::endl;
// f.close();
}
// // BFUIMgr::confirmDialog(BFUIMgr::getUIMgr(), 153, 0, 3, "ui/sharedui/question/question", '\x01', '\0', 0, 0);
// // std::ofstream f;
// // f.open("getelement.log", std::ios_base::app);
// // f << "x: " << x << std::endl;
// // f.close();
// }


//---- CTRL + J
Expand Down

0 comments on commit 77e3c8b

Please sign in to comment.