Merge branch 'master' of github.com:RobertBeckebans/RBDOOM-3-BFG

This commit is contained in:
Robert Beckebans 2018-09-30 17:00:48 +02:00
commit 57041299ee

View file

@ -108,7 +108,7 @@ If you have questions concerning this license or the applicable additional terms
#if defined(__i386__)
#define CPUSTRING "x86"
#elif defined(__x86_64__)
#define CPUSTRING "x86_86"
#define CPUSTRING "x86_64"
#else
#error unknown CPU
#endif