Skip to content

Commit 60e861e

Browse files
committed
gormat
1 parent d5d47b3 commit 60e861e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/thing_anim.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include "my_callstack.hpp"
66
#include "my_game_defs.hpp"
7+
#include "my_globals.hpp"
78
#include "my_main.hpp"
89
#include "my_random.hpp"
910
#include "my_thing.hpp"

src/thing_push_pop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
if (o_id == t->id) {
3636
return true;
3737
}
38-
if (o_id != 0u) {
38+
if (o_id != 0U) {
3939
slot_count++;
4040
}
4141
}

0 commit comments

Comments
 (0)