mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01: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:
parent
a113662050
commit
52959396bb
1 changed files with 0 additions and 3 deletions
|
@ -15,9 +15,6 @@
|
||||||
|
|
||||||
scriptclass::scriptclass()
|
scriptclass::scriptclass()
|
||||||
{
|
{
|
||||||
//Start SDL
|
|
||||||
|
|
||||||
//Init
|
|
||||||
position = 0;
|
position = 0;
|
||||||
scriptdelay = 0;
|
scriptdelay = 0;
|
||||||
running = false;
|
running = false;
|
||||||
|
|
Loading…
Reference in a new issue