summaryrefslogtreecommitdiff
path: root/src/package.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-02-02 02:54:34 +0500
committerilotterytea <iltsu@alright.party>2025-02-02 02:54:34 +0500
commite7536175164e8ba816041971d9f2ab88082b0a6f (patch)
tree3a4baa1fdb2c6b6a593e15f79926c354acac5211 /src/package.hpp
parent0ae2d10bdfd3d4fe7483829fb9c9257973e644c7 (diff)
feat: windows for creating a new level and floor
Diffstat (limited to 'src/package.hpp')
-rw-r--r--src/package.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.hpp b/src/package.hpp
index d847f83..0ac25e3 100644
--- a/src/package.hpp
+++ b/src/package.hpp
@@ -30,6 +30,6 @@ namespace silly::editor {
Tileset tileset;
std::vector<TileLevel> levels;
- int currentLevelIndex;
+ int currentLevelIndex = 0;
};
} \ No newline at end of file