mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Re-add accidentally removed address lines
This commit is contained in:
parent
c4db7ca51a
commit
4830a6e8c1
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue