Combined AllowDShowSound=2 with mode 1

Removed MoreTiles from ddraw.ini (always enabled)
Minor edits to documents.
This commit is contained in:
NovaRain
2022-08-08 09:10:53 +08:00
parent c9712f75ee
commit b0fa170ffd
5 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ Syntax which requires sfall for compiled scripts to be interpreted is marked by
- Conditional expressions (Python-inspired), also known as ternary operator:
- new:
```
X := value1 if condition else value2
X := value1 if (condition) else value2
```
- old:
```