Merge pull request #225 from stgatilov/patch-1

Tiny fix in manual
This commit is contained in:
Bartosz Taudul 2021-05-22 12:13:26 +02:00 committed by GitHub
commit 1fc0e1ead5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1121,7 +1121,7 @@ enum SubSystems
...
// Preferably a define in the build system
#define SUBSYSTEMS Sys_Physics | Sys_NasalDemons
#define SUBSYSTEMS (Sys_Physics | Sys_NasalDemons)
...