ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://ioquake3.org/
GNU General Public License v2.0
2.42k stars 529 forks source link

Is a 'break' directive missing in switch statement? #569

Open karriszou opened 2 years ago

karriszou commented 2 years ago

https://github.com/ioquake/ioq3/blob/6d74896557d8c193a9f19bc6845a47e9d0f77db2/code/sdl/sdl_glimp.c#L524

I read the above line of code, is it missing a break in the switch statement or go through intentional?