- some GCC fixed by Edward-san.

This commit is contained in:
Christoph Oelckers 2015-04-29 11:28:04 +02:00
commit 7b6b473ec4
10 changed files with 33 additions and 15 deletions

View file

@ -4350,8 +4350,8 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_SetRoll)
{
PARAM_ACTION_PROLOGUE;
PARAM_ANGLE (roll);
PARAM_INT_OPT (flags); { flags = 0; }
PARAM_INT_OPT (ptr); { ptr = AAPTR_DEFAULT; }
PARAM_INT_OPT (flags) { flags = 0; }
PARAM_INT_OPT (ptr) { ptr = AAPTR_DEFAULT; }
AActor *ref = COPY_AAPTR(self, ptr);
if (ref != NULL)