Skip to content

Commit 960c9c0

Browse files
author
Niko
committed
progress
1 parent 7163a33 commit 960c9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decompile/General/Vehicle/VehBirth_0_TeleportSelf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void DECOMP_VehBirth_TeleportSelf(struct Driver *d, u_char spawnFlag, int spawnP
197197
d->rotCurr.y = (rotArr[1] + rotDeltaY) & 0xfff;
198198
d->rotCurr.z = rotArr[2];
199199

200-
#ifdef REBUILD_PC
200+
#ifdef REBUILD_PS1
201201

202202
for(int i = 0; i < 7; i++)
203203
sdata->kartSpawnOrderArray[i] = i;

0 commit comments

Comments
 (0)