Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosine256 committed Aug 27, 2023
1 parent ed98333 commit 6806cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/includes/_enums.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Name | Data | Description

Name | Data | Description
---- | ---- | -----------
[DAMSEL_STYLE](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=GAME_SETTING.DAMSEL_STYLE) | 0 |
[WINDOW_SCALE](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=GAME_SETTING.WINDOW_SCALE) | 0 |
...check [game_settings.txt](game_data/game_settings.txt)... | |
[CROSSPROGRESS_AUTOSYNC](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=GAME_SETTING.CROSSPROGRESS_AUTOSYNC) | 47 |

Expand Down
2 changes: 1 addition & 1 deletion src/game_api/script/lua_vm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2468,7 +2468,7 @@ end

/// Paramater to get_setting (and set_setting in unsafe mode)
lua.create_named_table("GAME_SETTING"
//, "DAMSEL_STYLE", 0
//, "WINDOW_SCALE", 0
//, "", ...check__[game_settings.txt]\[game_data/game_settings.txt\]...
//, "CROSSPROGRESS_AUTOSYNC", 47
);
Expand Down

0 comments on commit 6806cbd

Please sign in to comment.