hedgewars/uAI.pas
branchspacecampaign
changeset 9382 f1464fa10c0b
parent 9317 a04c30940d2d
child 9495 2fc346fadae3
--- a/hedgewars/uAI.pas	Fri Jul 19 04:51:08 2013 +0300
+++ b/hedgewars/uAI.pas	Sat Jul 27 17:23:26 2013 +0300
@@ -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;