From 6370542b4fb4e7d3b8cc2f8ff6d3bd9139c65a07 Mon Sep 17 00:00:00 2001 From: Lyelye150 Date: Sat, 18 Oct 2025 22:46:08 -0400 Subject: [PATCH] Update isleapp.cpp (little test) --- ISLE/isleapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 76a9452c..071ca084 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -296,7 +296,7 @@ void IsleApp::SetupVideoFlags( // i will figure out how to get this working :/ #ifdef __WUT__ int main(int argc, char** argv) { - void* appstate = nullptr; + void* appstate = NULL; return SDL_AppInit(&appstate, argc, argv); } #endif