From 52959396bb56a52778c7e94a8957e9ad3660685a Mon Sep 17 00:00:00 2001 From: Misa Date: Fri, 12 Feb 2021 17:13:46 -0800 Subject: [PATCH] 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. --- desktop_version/src/Script.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/desktop_version/src/Script.cpp b/desktop_version/src/Script.cpp index dc25aa32..35d47cb4 100644 --- a/desktop_version/src/Script.cpp +++ b/desktop_version/src/Script.cpp @@ -15,9 +15,6 @@ scriptclass::scriptclass() { - //Start SDL - - //Init position = 0; scriptdelay = 0; running = false;