changeset 9317 | a04c30940d2d |
parent 9080 | 9b42757d7e71 |
child 9495 | 2fc346fadae3 |
--- a/hedgewars/uAI.pas Thu Jul 04 11:58:40 2013 +0200 +++ b/hedgewars/uAI.pas Sat Jul 06 19:29:18 2013 +0200 @@ -482,7 +482,7 @@ FillBonuses(((Me^.State and gstAttacked) <> 0) and (not isInMultiShoot)); SDL_LockMutex(ThreadLock); -ThinkThread:= SDL_CreateThread(@Think{$IFDEF SDL13}, 'think'{$ENDIF}, Me); +ThinkThread:= SDL_CreateThread(@Think{$IFDEF SDL2}, 'think'{$ENDIF}, Me); SDL_UnlockMutex(ThreadLock); end;