- Fixed: PrintAlias passed FString objects directly to Printf.
- Added bitwise not (~) operator to ACS. SVN r352 (trunk)
This commit is contained in:
parent
3dabd38359
commit
92c3a89255
5 changed files with 13 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
// cmdlib.c (mostly borrowed from the Q2 source)
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
#endif
|
||||
#include "doomtype.h"
|
||||
#include "cmdlib.h"
|
||||
#include "i_system.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue