A few assorted cleanups.

This commit is contained in:
2021-10-13 19:41:59 -04:00
parent bf3dd49cc8
commit 5b3f3b7ff0
7 changed files with 35 additions and 9 deletions

View File

@@ -126,7 +126,6 @@ public:
int main(int argc, char **argv)
{
//TextGame tg;
TNTest4 tg;
TextGame tg;
driver_drive(&tg);
}