OlivierLi / Interceptor

Tiny "game" to play with OpenGL and shaders
The Unlicense
0 stars 0 forks source link

Have World::update() correctly spawn waves #9

Closed OlivierLi closed 10 years ago

OlivierLi commented 10 years ago

A new wave is started when all enemies are gone. Enemies will need to have a marker to indicate the need to be disposed of.

All enemies marked for deletion will be removed from the vector in World::update().

Enemies should be marked for deletion when: