We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d47b3 commit 60e861eCopy full SHA for 60e861e
2 files changed
src/thing_anim.cpp
@@ -4,6 +4,7 @@
4
5
#include "my_callstack.hpp"
6
#include "my_game_defs.hpp"
7
+#include "my_globals.hpp"
8
#include "my_main.hpp"
9
#include "my_random.hpp"
10
#include "my_thing.hpp"
src/thing_push_pop.cpp
@@ -35,7 +35,7 @@
35
if (o_id == t->id) {
36
return true;
37
}
38
- if (o_id != 0u) {
+ if (o_id != 0U) {
39
slot_count++;
40
41
0 commit comments