mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Combined AllowDShowSound=2 with mode 1
Removed MoreTiles from ddraw.ini (always enabled) Minor edits to documents.
This commit is contained in:
+1
-1
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user