mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +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
ac68316527
commit
cf3e677c54
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,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