[bot] Remove TODO from main()

This commit is contained in:
RD42
2024-01-29 19:35:03 +08:00
parent 36b3248d12
commit 5d2ef1c982

View File

@ -33,8 +33,6 @@ int main (int argc, char** argv)
timeBeginPeriod(5); timeBeginPeriod(5);
#endif #endif
// TODO: main
while(1) { while(1) {
pNetGame->Process(); pNetGame->Process();
SLEEP(5); SLEEP(5);