mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Exhumed: Fix issues on start of Level 20 following changes in 0c95aee8f5
.
* Fixes #152.
This commit is contained in:
parent
c823e33bb3
commit
f2e50161a5
1 changed files with 1 additions and 1 deletions
|
@ -1347,7 +1347,7 @@ int BuildSpark(int nSprite, int nVal)
|
|||
if (var_14 < 0) {
|
||||
return -1;
|
||||
}
|
||||
auto spr = &sprite[nSprite];
|
||||
auto spr = &sprite[var_14];
|
||||
|
||||
assert(var_14 < kMaxSprites);
|
||||
|
||||
|
|
Loading…
Reference in a new issue