Skip to content
Open
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
2 changes: 1 addition & 1 deletion plugin_sa/game_sa/CMenuManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void CMenuManager::DrawStandardMenu(bool header) {
}

void CMenuManager::DrawWindow(const CRect& coords, const char* pKey, unsigned char nColour, CRGBA backColor, bool Unused, bool bBackground) {
plugin::CallMethod<0x573EE0, CMenuManager*>(this, coords, pKey, nColour, backColor, Unused, bBackground);
plugin::CallMethod<0x573EE0, CMenuManager*, const CRect&, const char*, unsigned char, CRGBA, bool, bool>(this, coords, pKey, nColour, backColor, Unused, bBackground);
}

void CMenuManager::DrawWindowedText(float x1, float y1, float x2, float y2, char* gxt, int align) {
Expand Down