Skip to content

Commit 32512df

Browse files
committed
Updated .gitignore, fixed compile error.
1 parent cb6f6d9 commit 32512df

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
/build/
2+
/dependencies/detect_compiler_x86-windows-static
3+
/dependencies/giflib_x86-windows-static
4+
/dependencies/libjpeg-turbo_x86-windows-static
5+
/dependencies/liblzma_x86-windows-static
6+
/dependencies/libpng_x86-windows-static
7+
/dependencies/luajit_x86-windows-static
8+
/dependencies/tiff_x86-windows-static
9+
/dependencies/zlib_x86-windows-static
10+
.vs
11+
/Debug/
12+
/Release/
13+
/SimpleGraphic.vcxproj.user

engine/system/win/sys_local.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ class sys_main_c: public sys_IMain {
6060
volatile bool restartFlag = false;
6161
char* exitMsg = nullptr;
6262
char* threadError = nullptr;
63-
bool errorRaised = nullptr;
63+
bool errorRaised = false;
6464
int baseTime = 0;
6565
};

0 commit comments

Comments
 (0)