diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-04 04:22:48 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-04 04:22:48 +0000 |
commit | b865dff0346d28a84409a80aeaee7fc5400a9e1b (patch) | |
tree | 8d6e48e708d4d9bdc8e545134dae4904756c486a | |
parent | 9ca627974c7381d1143ea72dea8a127a09b746f7 (diff) | |
download | ioquake3-aero-b865dff0346d28a84409a80aeaee7fc5400a9e1b.tar.gz ioquake3-aero-b865dff0346d28a84409a80aeaee7fc5400a9e1b.zip |
fix0r3d a little.
git-svn-id: svn://svn.icculus.org/quake3/trunk@257 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/include/status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/include/status.php b/web/include/status.php index 252d07d..2f42343 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -90,7 +90,7 @@ </table> <h2>Implemented Features</h2> <ul> - <li>SDL being used for xxx,xxx,xxx,xxx.</li> + <li>SDL being used for sound, input. Though not on Windows.</li> <li>Colors converted to BASH colors!111</li> <li>More supported platforms, see the table above.</li> </ul> |