From ef7e98cb020d1f4656a6d44b6c8f0b50a21d782e Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 29 Aug 2010 12:27:17 +0000 Subject: [PATCH] pr_comp.h: fixed a harmless typo with DEF_SAVEGLOBAL git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@304 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/pr_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/pr_comp.h b/Quake/pr_comp.h index f79ca09d..3f6f64f9 100644 --- a/Quake/pr_comp.h +++ b/Quake/pr_comp.h @@ -130,7 +130,7 @@ typedef struct statement_s typedef struct { - unsigned short type; // if DEF_SAVEGLOBGAL bit is set + unsigned short type; // if DEF_SAVEGLOBAL bit is set // the variable needs to be saved in savegames unsigned short ofs; int s_name;