Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [SRC] Compiling saveload/afterload.cpp
- C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp: In function 'bool Af
- terLoadGame()':
- C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1218:18: error: '_m'
- was not declared in this scope
- if (HasBit(_m[t].m2, 2)) SB(_m[t].m2, 0, 2, SIGTYPE_COMBO);
- ^
- C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1221:10: error: '_m'
- was not declared in this scope
- SB(_m[t].m2, 2, 1, HasBit(_m[t].m2, 3) ? SIG_SEMAPHORE : SIG_ELECTRIC);
- ^
- C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1227:10: error: '_m'
- was not declared in this scope
- SB(_m[t].m4, 4, 4, 0);
- ^
- C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1229:14: error: '_m'
- was not declared in this scope
- ClrBit(_m[t].m3, 6);
- ^
- C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1234:13: error: '_m'
- was not declared in this scope
- ClrBit(_m[t].m3, 6);
- ^
- C:/MinGW/msys/1.0/home/LSky/1.3/src/saveload/afterload.cpp:1506:27: error: '_m'
- was not declared in this scope
- SetSignalStates(t, GB(_m[t].m2, 4, 4));
- ^
- make[1]: *** [saveload/afterload.o] Error 1
- make[1]: Leaving directory `/usr/home/LSky/1.3/objs/release'
- make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment