]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_exec.c
fix line feeds
[xonotic/darkplaces.git] / prvm_exec.c
index c958a31175e4f2c48f2f65174f239aca0689b03c..8fb0d69254722617045db75231ebb23c047bbf99 100644 (file)
@@ -523,7 +523,7 @@ void PRVM_Crash(void)
        if (prog == NULL)
                return;
 
-       prog->funcoffsets.SV_Shutdown = 0; // don't call SV_Shutdown on crash
+       PRVM_serverfunction(SV_Shutdown) = 0; // don't call SV_Shutdown on crash
 
        if( prog->depth > 0 )
        {