Advertisement
Guest User

Untitled

a guest
Feb 6th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. char.cpp:7458:3: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
  2. return 2500000000;
  3. ^
  4. char.cpp:7455:1: error: expected initializer before 'DWORD'
  5. DWORD CHARACTER::SupportGetNextExp() const
  6. ^
  7. char.cpp:7465:2: error: expected unqualified-id before 'if'
  8. if (PLAYER_MAX_LEVEL_CONST < GetLevel())
  9. ^
  10. char.cpp:7467:2: error: expected unqualified-id before 'else'
  11. else
  12. ^
  13. gmake: *** [.obj/char.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement