mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-06 11:28:12 -05:00
fix: readme typos (#4768)
* fix: change complier to compiler * fix: repeated the
This commit is contained in:
parent
32c20b6ebe
commit
fc8d581efb
@ -3,7 +3,7 @@
|
|||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
Requires:
|
Requires:
|
||||||
* At least 8GB of RAM (machines with 4GB have seen complier failures)
|
* At least 8GB of RAM (machines with 4GB have seen compiler failures)
|
||||||
* Visual Studio 2022 Community Edition with the C++ feature set
|
* Visual Studio 2022 Community Edition with the C++ feature set
|
||||||
* One of the Windows SDKs that comes with Visual Studio, for example the current Windows 10 version 10.0.19041.0
|
* One of the Windows SDKs that comes with Visual Studio, for example the current Windows 10 version 10.0.19041.0
|
||||||
* The `MSVC v143 - VS 2022 C++ build tools` component of Visual Studio
|
* The `MSVC v143 - VS 2022 C++ build tools` component of Visual Studio
|
||||||
|
@ -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
|
```diff
|
||||||
if (IS_DAY || gTimeIncrement >= 0x190) {
|
if (IS_DAY || gTimeIncrement >= 0x190) {
|
||||||
|
Loading…
Reference in New Issue
Block a user