1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-29 07:58:30 +02:00

Remove unneeded comments from scriptclass::scriptclass()

These comments were probably remnants of some late-night coding session
or something. Anyway, they're not needed; there's nothing to do with SDL
here, and the "Init" is obvious because the function is a constructor.
This commit is contained in:
Misa 2021-02-12 17:13:46 -08:00 committed by Ethan Lee
parent a113662050
commit 52959396bb

View File

@ -15,9 +15,6 @@
scriptclass::scriptclass()
{
//Start SDL
//Init
position = 0;
scriptdelay = 0;
running = false;