mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add macro removeblock_iter()
When we switch blocks to not use 'active', we'll need this macro to remove blocks while iterating through the vector, one at a time, forwards.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define removeentity_iter(index) { obj.removeentity(index); index--; }
|
#define removeentity_iter(index) { obj.removeentity(index); index--; }
|
||||||
|
#define removeblock_iter(index) { obj.removeblock(index); index--; }
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user