From 5d2ef1c982362e0549f548959d422c6a70b279ab Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:35:03 +0800 Subject: [PATCH] [bot] Remove TODO from `main()` --- bot/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot/main.cpp b/bot/main.cpp index 38f17f3..6155cec 100644 --- a/bot/main.cpp +++ b/bot/main.cpp @@ -33,8 +33,6 @@ int main (int argc, char** argv) timeBeginPeriod(5); #endif - // TODO: main - while(1) { pNetGame->Process(); SLEEP(5);