We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107ca81 commit bbdc097Copy full SHA for bbdc097
1 file changed
LEGORacers/src/neoncactus0x1d6c.cpp
@@ -69,23 +69,6 @@ void NeonCactus0x1d6c::FUN_0042be90()
69
// STUB: LEGORACERS 0x42bee0
70
LegoS32 NeonCactus0x1d6c::FUN_0042bee0(LegoS32 p_argc, LegoChar** p_argv)
71
{
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
89
// TODO
90
STUB(0x42bee0);
91
return 0;
0 commit comments