Skip to content

Commit 29b93a9

Browse files
authored
Merge pull request #2 from shubin/qc-to-base
Change APEXGAME: qc -> base
2 parents 3b5118d + e4d24fc commit 29b93a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/qcommon/q_shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3838

3939
#define BASEGAME "baseq3"
4040
#if defined( QC )
41-
#define APEXGAME "qc"
41+
#define APEXGAME "base"
4242
#else
4343
#define APEXGAME "cpma"
4444
#endif

0 commit comments

Comments
 (0)