This commit is contained in:
parent
25e1a843c6
commit
5d771055ec
|
|
@ -385,7 +385,7 @@ int main(int argc, char *argv[]){
|
||||||
for (int i = 0; i < 1000; ++i){
|
for (int i = 0; i < 1000; ++i){
|
||||||
/* We can stop waiting when the request was ack'd */
|
/* We can stop waiting when the request was ack'd */
|
||||||
if (rtData.rqTermAck){
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#include <SDL3_image/SDL_image.h>
|
#include <SDL3_image/SDL_image.h>
|
||||||
#include <SDL3_ttf/SDL_ttf.h>
|
#include <SDL3_ttf/SDL_ttf.h>
|
||||||
#include <SDL3/SDL_messagebox.h>
|
#include <SDL3/SDL_messagebox.h>
|
||||||
|
#include <SDL3/SDL_filesystem.h>
|
||||||
// OS-Specific code
|
// OS-Specific code
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define SECURITY_WIN32
|
#define SECURITY_WIN32
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue