Re-add accidentally removed address lines

This commit is contained in:
AllyTally
2023-08-23 19:25:20 -03:00
committed by Misa Elizabeth Kai
parent c4db7ca51a
commit 4830a6e8c1

View File

@@ -408,6 +408,8 @@ int main(int argc, char *argv[])
} }
else if (ARG("-addresses")) else if (ARG("-addresses"))
{ {
printf("cl : %p\n", (void*) &cl);
printf("ed : %p\n", (void*) &ed);
printf("game : %p\n", (void*) &game); printf("game : %p\n", (void*) &game);
printf("gameScreen : %p\n", (void*) &gameScreen); printf("gameScreen : %p\n", (void*) &gameScreen);
printf("graphics : %p\n", (void*) &graphics); printf("graphics : %p\n", (void*) &graphics);