fix a slight oopsie in Rhamph's checkin:)

This commit is contained in:
Bill Currie 2001-07-26 00:08:42 +00:00
parent 619b12375c
commit 22219fdeb0
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ SV_LoadProgs (void)
sv_fields.owner = PR_GetFieldOffset (&sv_pr_state, "owner");
sv_fields.message = PR_GetFieldOffset (&sv_pr_state, "message");
sv_fields.sounds = PR_GetFieldOffset (&sv_pr_state, "sounds");
sv_fields.rotated_bbox = ED_GetFieldOffset (&sv_pr_state, "rotated_bbox");
sv_fields.rotated_bbox = ED_GetFieldIndex (&sv_pr_state, "rotated_bbox");
// Zoid, find the spectator functions
SpectatorConnect = SpectatorThink = SpectatorDisconnect = 0;