General > Discussion
V2.2 trunk 11883 Can not compile WinXP
Mattn:
--- Code: ---Index: src/client/cl_aircraft.c
===================================================================
--- src/client/cl_aircraft.c (Revision 11889)
+++ src/client/cl_aircraft.c (Arbeitskopie)
@@ -2102,7 +2102,7 @@
/* Load bullets. */
numBullets = MSG_ReadByte(sb);
if (numBullets > MAX_BULLETS_ON_GEOSCAPE)
- Sys_Error("AIR_Load()... Too many bullets on map (%i)\n", numBullets);
+ numBullets = 0;
for (i = 0; i < numBullets; i++) {
for (j = 0; j < BULLETS_PER_SHOT; j++)
MSG_Read2Pos(sb, bulletPos[i][j]);
--- End code ---
Apply this small patch and you should be able to load your game again
after that save it again and revert the patch.
About your offers - bugreports are always welcome - as detailed as possible - see the bugs article in our wiki
clint:
It works, thanks.
Navigation
[0] Message Index
[*] Previous page
Go to full version