shithub: rott

Download patch

ref: 4dc1d6d86056d0bc402260ea7930fc4d3e765c5b
parent: 0dee1e9b2c60e4c2dff1c1bdd5e3e9cf4d592494
author: Jacob Moody <moody@posixcafe.org>
date: Fri Feb 10 21:15:12 EST 2023

disble mouse for now, too crashy

--- a/src/rt_main.c
+++ b/src/rt_main.c
@@ -334,7 +334,7 @@
     
     if (mouseenabled)
     {
-        SDL_SetRelativeMouseMode(SDL_TRUE);
+        //SDL_SetRelativeMouseMode(SDL_TRUE);
     }
 
 //   SetTextMode();