Merge pull request #215 from 4jcraft/dev

just merging all of the dev branch stuff into the java gui branch
This commit is contained in:
Tropical
2026-03-13 12:11:37 -05:00
committed by GitHub
342 changed files with 4066 additions and 3340 deletions

View File

@@ -1353,7 +1353,7 @@ void Gui::addMessage(const std::wstring& _string,int iPad,bool bIsDeathMessage)
}
// 4J Added
float Gui::getOpacity(int iPad, DWORD index)
float Gui::getOpacity(int iPad, std::size_t index)
{
float opacityPercentage = 0;
if (guiMessages[iPad].size() > index && guiMessages[iPad][index].ticks < 20 * 10)