From 7f04bb06bddda79a2897f9e7a079f2f8956f963e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 26 Dec 2023 17:35:21 -0500 Subject: [PATCH] use empty --- LEGO1/legoentitypresenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/legoentitypresenter.cpp b/LEGO1/legoentitypresenter.cpp index 3c343482..ea484cf1 100644 --- a/LEGO1/legoentitypresenter.cpp +++ b/LEGO1/legoentitypresenter.cpp @@ -77,7 +77,7 @@ void LegoEntityPresenter::ReadyTickle() // FUNCTION: LEGO1 0x10053720 void LegoEntityPresenter::RepeatingTickle() { - if (m_list.size() == 0) { + if (m_list.empty()) { EndAction(); } }