From: cloudwalk Date: Sat, 28 Nov 2020 16:08:19 +0000 (+0000) Subject: pr_comp: Fix typo in comments X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9a98cc568196a4ed037d1046048857f18b048b01;p=xonotic%2Fdarkplaces.git pr_comp: Fix typo in comments git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13045 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/pr_comp.h b/pr_comp.h index 20801b84..ed0cbef6 100644 --- a/pr_comp.h +++ b/pr_comp.h @@ -220,7 +220,7 @@ dstatement32_t; typedef struct ddef16_s { - 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; @@ -228,7 +228,7 @@ typedef struct ddef16_s ddef16_t; typedef struct ddef32_s { - unsigned int type; // if DEF_SAVEGLOBGAL bit is set + unsigned int type; // if DEF_SAVEGLOBAL bit is set // the variable needs to be saved in savegames unsigned int ofs; int s_name;