This commit is contained in:
whitecum1488 2026-07-03 11:08:49 +03:00
parent 25e1a843c6
commit 5d771055ec
2 changed files with 2 additions and 2 deletions

View file

@ -385,7 +385,7 @@ int main(int argc, char *argv[]){
for (int i = 0; i < 1000; ++i){
/* We can stop waiting when the request was ack'd */
if (rtData.rqTermAck){
Debug() << "[main]RGSS thread ack'd request after" << i*10 << "ms";
Debug() << "[main] RGSS thread ack'd request after" << i*10 << "ms";
break;
}

View file

@ -14,7 +14,7 @@
#include <SDL3_image/SDL_image.h>
#include <SDL3_ttf/SDL_ttf.h>
#include <SDL3/SDL_messagebox.h>
#include <SDL3/SDL_filesystem.h>
// OS-Specific code
#if defined(_WIN32)
#define SECURITY_WIN32