Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9ad41505 authored by Florent Bouchez Tichadou's avatar Florent Bouchez Tichadou
Browse files

Minor lines

parent 5d443336
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,8 @@ To get it:
Then checkout the last version using:
> git submodule update
## Generating a level
% python make_level.py levels/local_struct
......@@ -18,6 +18,8 @@
* track: load_map:mstack load_map:player_x load_map:player_y
*
* BUG: several bugs. One is a string comparison forgetting the \0, one is a template used instead of malloc, one is a stack alloc, the last one is an inversion of y and x
*
* engine: fullgame
* tag: inverse_xy stack_alloc template string_comparison
*
* HINT1: What is the value of current_map()->entities for switches?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment