Skip to content

Commit bbdc097

Browse files
committed
undo
1 parent 107ca81 commit bbdc097

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

LEGORacers/src/neoncactus0x1d6c.cpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,6 @@ void NeonCactus0x1d6c::FUN_0042be90()
6969
// STUB: LEGORACERS 0x42bee0
7070
LegoS32 NeonCactus0x1d6c::FUN_0042bee0(LegoS32 p_argc, LegoChar** p_argv)
7171
{
72-
#if 0
73-
for (int i = 0; i < p_argc; i++) {
74-
if (strcmp(p_argv[i], "-novideo") == 0) {
75-
m_unk0xa18 = 0;
76-
} else if (strcmp(p_argv[i], "-primary") == 0) {
77-
m_unk0xab8 |= 0x80;
78-
} else if (strcmp(p_argv[i], "-select3d") == 0) {
79-
m_unk0xab8 |= 0x200;
80-
} else if (strcmp(p_argv[i], "-window") == 0) {
81-
m_unk0xab8 &= ~0x8;
82-
} else if (strcmp(p_argv[i], "-alphatrans") == 0) {
83-
m_unk0xab8 |= 0x8000;
84-
} else if (strcmp(p_argv[i], "-horzres") == 0) {
85-
if (i p_argcg_horzRes = m_unk0xab8 |= 0x8000;
86-
}
87-
}
88-
#endif
8972
// TODO
9073
STUB(0x42bee0);
9174
return 0;

0 commit comments

Comments
 (0)