mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Re-add accidentally removed address lines
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
c4db7ca51a
commit
4830a6e8c1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user