1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02:00

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"))
{
printf("cl : %p\n", (void*) &cl);
printf("ed : %p\n", (void*) &ed);
printf("game : %p\n", (void*) &game);
printf("gameScreen : %p\n", (void*) &gameScreen);
printf("graphics : %p\n", (void*) &graphics);