Re: Strangeness function bgt? ;Help please!
Try adding a } before void game_play() { You don't have a closing } for the class, so it's thinking that game_play is part of the enemy class. Forgive me if I'm wrong, but I have limited time to check this. Also I think you don
Re: Strangeness function bgt? ;Help please!
Try adding a } before void game_play() { You don't have a closing } for the class, so it's thinking that game_play is part of the enemy class. Forgive me if I'm wrong, but I have limited time to check this. Also I think you don
Re: Strangeness function bgt? ;Help please!
Why would it give an error if it wouldn't be a mess?If you type like game(); and don't define void game () it will give you that error. Note: I didn't look at the code, I just told you why the error accured.
URL: http://forum
Re: Strangeness function bgt? ;Help please!
no
URL: http://forum.audiogames.net/viewtopic.php?pid=207717#p207717
___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin
Re: Strangeness function bgt? ;Help please!
Your code is a mess, my friend.
URL: http://forum.audiogames.net/viewtopic.php?pid=207712#p207712
___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https
Strangeness function bgt? ;Help please!
Hello!;Here is the error code that the compiler produces:File: C:\Call of duty blinde\Call of duty blinde\Game.bgtOn line: 36 (1)Information: Compiling void main()File: C:\Call of duty blinde\Call of duty blinde\Game.bgtOn line: 85 (1)Line: game_play