mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Turn words into an array instead of an std::vector
It never changes its size, so it doesn't need to be a dynamically-sized vector.
This commit is contained in:
@@ -11,8 +11,6 @@ scriptclass::scriptclass()
|
||||
//Start SDL
|
||||
|
||||
//Init
|
||||
words.resize(40);
|
||||
|
||||
position = 0;
|
||||
scriptdelay = 0;
|
||||
running = false;
|
||||
|
||||
Reference in New Issue
Block a user