]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_save.c
Rename qboolean to qbool
[xonotic/darkplaces.git] / sv_save.c
index b32cd9c6f5574f686bf834785a1e3ccdf73ad4b8..f85d97f2103c559d4f261640068f26de926f952e 100644 (file)
--- a/sv_save.c
+++ b/sv_save.c
@@ -37,7 +37,7 @@ void SV_Savegame_to(prvm_prog_t *prog, const char *name)
        int             i, k, l, numbuffers, lightstyles = 64;
        char    comment[SAVEGAME_COMMENT_LENGTH+1];
        char    line[MAX_INPUTLINE];
-       qboolean isserver;
+       qbool isserver;
        char    *s;
 
        // first we have to figure out if this can be saved in 64 lightstyles
@@ -185,7 +185,7 @@ void SV_Savegame_f(cmd_state_t *cmd)
 {
        prvm_prog_t *prog = SVVM_prog;
        char    name[MAX_QPATH];
-       qboolean deadflag = false;
+       qbool deadflag = false;
 
        if (!sv.active)
        {