XoD
72fd4c6fc2
Remove comparison from a int to NULL
...
In Event_HasAnim the result of GetAnim is compared to a pointer, GetAnim
return a int.
Fix a Warning: pointer-arith
Signed-off-by: XoD <xoddark@gmail.com >
2011-12-21 23:56:55 +01:00
XoD
61c9f6211b
Replace NULL by '\0' in some char comparison
...
fix some Warning: pointer-arith in Player.cpp
Signed-off-by: XoD <xoddark@gmail.com >
2011-12-21 23:56:55 +01:00
Timothee 'TTimo' Besset
7db8be7917
pulling in some simple code fixes suggested towards XCode 4.2 support
2011-12-10 18:27:30 -06:00
Timothee TTimo Besset
f1f80640fb
Linux/scons: throw exception when curl configure or make fails
2011-12-04 11:53:02 -06:00
Daniel Gibson
847dc3b752
remove import platform from SConscript.curl
2011-11-24 22:54:26 +01:00
Daniel Gibson
3bb47adf16
Just use -lz instead of providing path to libz.a
...
This is cleaner and more portable.
2011-11-24 21:49:54 +01:00
Daniel Gibson
87d583c3ba
Fix creating 32bit binaries on Linux/amd64
2011-11-23 21:17:49 +01:00
Timothee 'TTimo' Besset
15597777fc
towards XCode 4 support - need those converted
2011-11-22 17:32:53 -06:00
Timothee 'TTimo' Besset
fb1609f554
hello world
2011-11-22 15:28:15 -06:00