mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Move new CON_FOR iterators to the bottom of their enum to unbreak savegames using CON_FOR made before r6635.
git-svn-id: https://svn.eduke32.com/eduke32@6646 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d68c9b45c6
commit
9cf6c85623
1 changed files with 2 additions and 2 deletions
|
@ -781,8 +781,6 @@ enum ProjectileLabel_t
|
|||
enum IterationTypes_t
|
||||
{
|
||||
ITER_ALLSPRITES,
|
||||
ITER_ALLSPRITESBYSTAT,
|
||||
ITER_ALLSPRITESBYSECT,
|
||||
ITER_ALLSECTORS,
|
||||
ITER_ALLWALLS,
|
||||
ITER_ACTIVELIGHTS,
|
||||
|
@ -793,6 +791,8 @@ enum IterationTypes_t
|
|||
ITER_WALLSOFSECTOR,
|
||||
ITER_LOOPOFWALL,
|
||||
ITER_RANGE,
|
||||
ITER_ALLSPRITESBYSTAT,
|
||||
ITER_ALLSPRITESBYSECT,
|
||||
ITER_END
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue