Re: [Warzone-dev] Scriptai.c errors?

2007-02-07 Thread Dennis Schridde
Am Mittwoch, 7. Februar 2007 schrieb [EMAIL PROTECTED]: > On Tue, 06 Feb 2007 19:02:39 -0500 Dennis Schridde > > <[EMAIL PROTECTED]> wrote: > >Am Dienstag, 6. Februar 2007 schrieb [EMAIL PROTECTED]: > >> Who made the changes in this part/file ? > > > > >As it looks it is unmodified since more

Re: [Warzone-dev] Scriptai.c errors?

2007-02-06 Thread vs2k5
On Tue, 06 Feb 2007 19:02:39 -0500 Dennis Schridde <[EMAIL PROTECTED]> wrote: >Am Dienstag, 6. Februar 2007 schrieb [EMAIL PROTECTED]: >> Who made the changes in this part/file ? >As it looks it is unmodified since more than 200 commits... >Nothing that >crashes just since a while. Maybe

Re: [Warzone-dev] Scriptai.c errors?

2007-02-06 Thread Dennis Schridde
Am Dienstag, 6. Februar 2007 schrieb [EMAIL PROTECTED]: > Who made the changes in this part/file ? > It crashes when you load a level now :( > > == > //if (psStats->numWeaps == 0 && psStats->pSensor != NULL) > if (psStats->psWeapStat == NULL && psStats->pSensor

Re: [Warzone-dev] Scriptai.c errors?

2007-02-06 Thread vs2k5
On Tue, 06 Feb 2007 18:09:18 -0500 Giel van Schijndel <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] schreef: >> Who made the changes in this part/file ? >> It crashes when you load a level now :( >As for that ^^ I'm not sure what line numbers you are referring >to, so I >took a guess: 916-926 of

Re: [Warzone-dev] Scriptai.c errors?

2007-02-06 Thread Giel van Schijndel
[EMAIL PROTECTED] schreef: > Who made the changes in this part/file ? > It crashes when you load a level now :( > > == > //if (psStats->numWeaps == 0 && psStats->pSensor != NULL) > if (psStats->psWeapStat == NULL && psStats->pSensor != NULL) > { >

Re: [Warzone-dev] Scriptai.c errors?

2007-02-06 Thread vs2k5
On Tue, 06 Feb 2007 17:57:32 -0500 [EMAIL PROTECTED] wrote: >Who made the changes in this part/file ? >It crashes when you load a level now :( > >== > //if (psStats->numWeaps == 0 && psStats->pSensor != NULL) >if (psStats->psWeapStat == NULL && psStats->pSensor

[Warzone-dev] Scriptai.c errors?

2007-02-06 Thread vs2k5
Who made the changes in this part/file ? It crashes when you load a level now :( == //if (psStats->numWeaps == 0 && psStats->pSensor != NULL) if (psStats->psWeapStat == NULL && psStats->pSensor != NULL) { mask = SCR_ST