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:08:05 +08:00
parent c1475ba453
commit 1e5fd7fd13
6 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -87,7 +87,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:
```