- fixed: Old portal data must be deleted before loading a new level.

This commit is contained in:
Christoph Oelckers 2016-02-19 20:51:47 +01:00
commit dc37f78566
4 changed files with 16 additions and 2 deletions

View file

@ -4178,7 +4178,6 @@ bool DLevelScript::DoCheckActorTexture(int tid, AActor *activator, int string, b
// they're obviously not the same.
return 0;
}
int i, numff;
FTextureID secpic;
sector_t *resultsec;
F3DFloor *resffloor;