mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed linking of optimized targets
Undefined symbols for architecture x86_64: "AActor::Vec3Angle(double, TAngle<double>, double, bool)", referenced from: Net_DoCommand(int, unsigned char**, int) in d_net.cpp.o
This commit is contained in:
parent
05830455e7
commit
0e5320cb3a
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
#include "a_keys.h"
|
||||
#include "intermission/intermission.h"
|
||||
#include "g_levellocals.h"
|
||||
#include "actorinlines.h"
|
||||
#include "events.h"
|
||||
#include "i_time.h"
|
||||
#include "vm.h"
|
||||
|
|
Loading…
Reference in a new issue