fix usage of uninitialized value (valgrind)

This commit is contained in:
Christopher Lackner 2020-12-15 15:07:48 +01:00
parent f626255ceb
commit bf855efd1b

View File

@ -16,6 +16,7 @@ Surface :: Surface ()
strcpy (name, "noname");
bcprop = -1;
bcname = "default";
inverse = false;
}
Surface :: ~Surface()