mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-13 04:29:30 -04:00
Fix typos (#6978)
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ if (IS_DAY || gTimeIncrement >= 0x190) {
|
||||
}
|
||||
```
|
||||
|
||||
We can make a quick change to this code to verify this is indeed what we are looking for, lets multiply the gTimeIncrement by 10:
|
||||
We can make a quick change to this code to verify this is indeed what we are looking for, let's multiply the gTimeIncrement by 10:
|
||||
|
||||
```diff
|
||||
if (IS_DAY || gTimeIncrement >= 0x190) {
|
||||
|
||||
Reference in New Issue
Block a user