Guest User

Untitled

a guest
Jan 22nd, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [SRC] Compiling saveload/afterload.cpp
  2. C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp: In function 'bool Af
  3. terLoadGame()':
  4. C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1218:18: error: '_m'
  5. was not declared in this scope
  6. if (HasBit(_m[t].m2, 2)) SB(_m[t].m2, 0, 2, SIGTYPE_COMBO);
  7. ^
  8. C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1221:10: error: '_m'
  9. was not declared in this scope
  10. SB(_m[t].m2, 2, 1, HasBit(_m[t].m2, 3) ? SIG_SEMAPHORE : SIG_ELECTRIC);
  11. ^
  12. C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1227:10: error: '_m'
  13. was not declared in this scope
  14. SB(_m[t].m4, 4, 4, 0);
  15. ^
  16. C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1229:14: error: '_m'
  17. was not declared in this scope
  18. ClrBit(_m[t].m3, 6);
  19. ^
  20. C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1234:13: error: '_m'
  21. was not declared in this scope
  22. ClrBit(_m[t].m3, 6);
  23. ^
  24. C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1506:27: error: '_m'
  25. was not declared in this scope
  26. SetSignalStates(t, GB(_m[t].m2, 4, 4));
  27. ^
  28. make[1]: *** [saveload/afterload.o] Error 1
  29. make[1]: Leaving directory `/usr/home/LSky/1.3/objs/release'
  30. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment