Choose better alignment for heavy-duty rendering structures, patch by Matt Turner (#4981)

This commit is contained in:
Thilo Schulz 2011-05-09 23:39:40 +00:00
parent 185d2d6b60
commit 5f63ab9160
5 changed files with 11 additions and 4 deletions

View file

@ -1142,6 +1142,8 @@ void RB_ExecuteRenderCommands( const void *data ) {
}
while ( 1 ) {
data = PADP(data, sizeof(void *));
switch ( *(const int *)data ) {
case RC_SET_COLOR:
data = RB_SetColor( data );