Prototype updates

This commit is contained in:
2023-01-09 13:21:45 +00:00
parent e24eef6c8f
commit a2c9d1163a
4 changed files with 29 additions and 1 deletions

View File

@@ -66,5 +66,5 @@ void engine_init()
phys2d_init();
YughInfo("Starting sound ...");
sound_init();
// sound_init();
}