mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 18:48:04 -07:00
fix: readme typos (#4768)
* fix: change complier to compiler * fix: repeated the
This commit is contained in:
parent
32c20b6ebe
commit
fc8d581efb
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,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 the gTimeIncrement by 10:
|
||||
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:
|
||||
|
||||
```diff
|
||||
if (IS_DAY || gTimeIncrement >= 0x190) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue