Commit 5ca1d677 authored by Yohei Shimmyo's avatar Yohei Shimmyo
Browse files

fix a problem that sample games wouldn't launch

Add header '#include "hsp3dish.as"' to the source codes.
That fixed a problem that the programs of `sample/game/*.hsp` wouldn't launch because of lack of a header. Error message:

```
Execute from __hsptmp.ax runtime[hsp3](2).
sh: 1: /home/pi/Documents/ome/OpenHSP/./hsp3: not found
hsed: Process end 127.
```
parent 11a65e69
Loading
Loading
Loading
Loading
+2 −0
Changes for OpenHSP/sample/game/kakiget.hsp: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
#include "hsp3dish.as"

;Kaki Get!

	dim kx,32 :dim ky,32
+2 −0
Changes for OpenHSP/sample/game/landing.hsp: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
#include "hsp3dish.as"

;Landing Game

	dim map,768
+2 −0
Changes for OpenHSP/sample/game/star_liner.hsp: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
#include "hsp3dish.as"

; Star Liner

	m=50