- Mesaj
- 16
- Beğeni
- 0
- Puan
- 18
- Ticaret Puanı
- 0
Kod:
char.cpp: In member function 'virtual void CHARACTER::EncodeInsertPacket(LPENTITY)':
char.cpp:854:13: error: 'IsPet' was not declared in this scope
854 | if (IsPet())
| ^~~~~
char.cpp: In member function 'void CHARACTER::ComputePoints()':
char.cpp:2460:34: error: 'GetPetSystem' was not declared in this scope; did you mean 'CPetSystem'?
2460 | CPetSystem* pPetSystem = GetPetSystem();
| ^~~~~~~~~~~~
| CPetSystem
char.cpp:2463:27: error: invalid use of incomplete type 'class CPetSystem'
2463 | pPetSystem->RefreshBuff();
| ^~
In file included from char.cpp:5:
char.h:18:7: note: forward declaration of 'class CPetSystem'
18 | class CPetSystem;
| ^~~~~~~~~~
char.cpp: In member function 'bool CHARACTER::Follow(LPCHARACTER, float)':
char.cpp:5746:34: error: 'IsPet' was not declared in this scope
5746 | false == IsPet())
| ^~~~~
compile char_change_empire.cpp
gmake[1]: *** [Makefile:129: OBJDIR/char.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gmake[1]: Leaving directory '/home/Server_Source/Server/game/src'
gmake: *** [Makefile:86: all] Error 2
root@freebsd:/home/Server_Source/Server #
Yardımcı olabilecek yetkinlikte birileri var mıdır ?