Skip to content

Commit 8434610

Browse files
committed
fix(todos): improve drawPattern and drawPatternInDashboard todos
1 parent eda7ac0 commit 8434610

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/utilities.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
// TODO
99
void drawPattern(TGame* pGame, char* pattern) {
10-
printf("%s pattern was drawn!", pattern);
10+
// drawPatternInDashboard();
11+
printf("\n* The '%s' pattern was injected! *", pattern);
12+
printf("\n* The '%s' pattern was drawn! *", pattern);
1113
}
1214

1315
// TODO
14-
void drawPatternInDashboard(TGame* pGame, TPattern* pattern) {
15-
printf("%s pattern was injected!", pattern);
16-
}
16+
void drawPatternInDashboard(TGame* pGame, TPattern* pattern) {}
1717

1818
void fillDashboard(TGame* pGame, int with) {
1919
int i;

0 commit comments

Comments
 (0)