Skip to content

Commit 39546b9

Browse files
committed
Loose improvements.
1 parent 5fd9cff commit 39546b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source/source/core/game.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,9 @@ void Game::shutdown() {
605605
curState->unload();
606606
}
607607

608+
modal.destroy();
609+
inventoryItems.clear();
610+
608611
content.unloadAll(
609612
vector<CONTENT_TYPE> {
610613
CONTENT_TYPE_MISC,

source/vs_code/tasks.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@
118118
"$gcc"
119119
],
120120
"group": {
121-
"kind": "build",
122-
"isDefault": true
121+
"kind": "build"
123122
},
124123
"presentation": {
125124
"reveal": "always",

0 commit comments

Comments
 (0)