View Single Post
  #7  
Old 10-07-2014, 09:51 PM
Traul
Hill Giant
 
Join Date: Jun 2005
Posts: 105
Default

Quote:
Originally Posted by Zaela_S View Post
Sounds like this error would only come up if you're trying to define a function in the body of another function. Misplaced '}' somewhere in the client.cpp part, probably.
edit: would explain why it complains about it being a redefinition too, different scope.
God I'm dumb, this was exactly it. Works perfectly now, thanks for the great fix!
Reply With Quote