From 613f870b6fa83ede448a247de5a2571092fa729d Mon Sep 17 00:00:00 2001 From: ozkl Date: Sun, 23 Apr 2023 20:14:39 +0300 Subject: [PATCH] Update README.TXT --- README.TXT | 1 - 1 file changed, 1 deletion(-) diff --git a/README.TXT b/README.TXT index 5e0ecaa..5035378 100644 --- a/README.TXT +++ b/README.TXT @@ -5,7 +5,6 @@ To port DOOM easly, I made some changes to source code. Now, all you need to do is implement the functions in doomgeneric.h to port DOOM to a new system. doomgeneric_win.c is a Windows GDI port. It is also a good example for how to port doomgeneric. -Sound is not supported for now. Original readme ===============