Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] GAME_NAME not defined


iSKweek
 Share

Recommended Posts

Hi there, small problem when I try to compile my Client source code. It tells me that "GAME_NAME" is not defined. I have searched through the server and client source to find it and the only part I can find it being defined in is```
Private Type OptionsRec
    Game_Name As String
    MOTD As String
    Port As Long
    Website As String
End Type
```in modTypes. The only thing I have changed in the code so far is the starting position. It is probably something small that I overlooked but help would be very appreciated, thanks :D
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...