]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_sdl.c
added PRVM_64 define which upgrades the QC VM to double precision
[xonotic/darkplaces.git] / vid_sdl.c
index 88c8e6055f33903233018eb4ca355b2357525041..9484f6c2427c9459f9771e0397f2404a2311fc55 100644 (file)
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -574,7 +574,7 @@ void IN_Move( void )
        scr_numtouchscreenareas = 0;
        if (vid_touchscreen.integer)
        {
-               vec3_t move, aim, click;
+               float move[3], aim[3], click[3];
                static qboolean buttons[16];
                static keydest_t oldkeydest;
                keydest_t keydest = (key_consoleactive & KEY_CONSOLEACTIVE_USER) ? key_console : key_dest;